Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] "module declares its path as: dario.cat/mergo but was required as: github.com/imdario/mergo" #188

Closed
mathieu-benoit opened this issue Oct 14, 2024 · 0 comments · Fixed by #190
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mathieu-benoit
Copy link
Contributor

mathieu-benoit commented Oct 14, 2024

Dependabot is complaining about:

Dependabot wasn't able to update downloading
The module path downloading found in your go.mod doesn't match the actual path dario.cat/mergo found in the dependency's go.mod.

Updating the module path in your go.mod to dario.cat/mergo should resolve this issue.

See here: https://github.com/score-spec/score-compose/network/updates/22034673/jobs.

Same as if we run the go get -u all command:

go: github.com/imdario/[email protected] (matching all@upgrade) requires github.com/imdario/[email protected]: parsing go.mod:
        module declares its path as: dario.cat/mergo
                but was required as: github.com/imdario/mergo

Same as score-spec/score-k8s#49.

It's apparently related to this issue https://github.com/darccio/mergo/tree/v1.0.1?tab=readme-ov-file#100, darccio/mergo#248, but maybe not resolved yet?

Note: it's not impacting the current version/release, but it's avoiding upgrading all the go dependencies, so definitely something to resolve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant