score-spec / score-compose

Reference implementation for docker-compose target platform support
https://score.dev/
Apache License 2.0
445 stars 40 forks source link

fix: remove replace directive and tidy deps #167

Closed astromechza closed 2 months ago

astromechza commented 2 months ago

The replace directive prevents the go install or go run execution within another go project. It can be removed here as we don't rely on it in the normal execution or testing.

And then a go mod tidy for fun.