score-spec / score-compose

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

Fix `imdario/mergo` version #190

Closed mathieu-benoit closed 1 month ago

mathieu-benoit commented 1 month ago

Fixing https://github.com/score-spec/score-compose/issues/188 by running go mod edit -replace github.com/imdario/mergo=dario.cat/mergo@v1.0.0.

I then was able to successfully run:

go mod tidy
go get -u all
mathieu-benoit commented 1 month ago

And, after the merge into main, Dependabot is now back to normal:

image