[go: nahoru, domu]

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

Indirect github.com/imdario/mergo dependency breaks builds when using crossplane-runtime@v0.19.2 #469

Open
kiwansky opened this issue Jun 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@kiwansky
Copy link

What happened?

We have an indirect dependency on github.com/imdario/mergo via github.com/crossplane/crossplane-runtime. As the version of mergo was raised to v1.0.0 and the module name was changed to dario.cat/mergo it breaks our build now.

I already saw that you updated to dario.cat/mergo@v1.0.0
Please could you release a new version of crossplane/crossplane-runtime with the updated mergo version?

github.com/imdario/mergo: github.com/imdario/mergo@v1.0.0: parsing go.mod:
module declares its path as: dario.cat/mergo
but was required as: github.com/imdario/mergo

What environment did it happen in?

Crossplane version: v0.19.2
Cloud Provider: IONOS Cloud

@kiwansky
Copy link
Author

Currently fixed on our side. Updated webdevops/go-replace to 22.10.0 as it then does not resolve to 1.0.0.
Still an update of the library in crossplane would be good.

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

No branches or pull requests

1 participant