Closed mathieu-benoit closed 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.
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
And, after the merge into main, Dependabot is now back to normal:
main
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: