You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]
Please could you release a new version of crossplane/crossplane-runtime with the updated mergo version?
github.com/imdario/mergo: github.com/imdario/[email protected]: parsing go.mod:
module declares its path as: dario.cat/mergo
but was required as: github.com/imdario/mergo
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.
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as stale because it has had no activity in the last 90 days. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with/fresh will mark this issue as not stale.
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/[email protected]
Please could you release a new version of crossplane/crossplane-runtime with the updated mergo version?
github.com/imdario/mergo: github.com/imdario/[email protected]: 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
The text was updated successfully, but these errors were encountered: