-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
New module path breaks go install of package with indirect dependency on mergo #240
Comments
We have the same issue on multiple projects. |
@jmikolay22 @kiwansky @fa-gb You need to modify your imports to match the new module URL This change was announced a few weeks ago: #236 |
@jmikolay22 In the particular case of It seems that installing a tool with |
@kiwansky I saw you opened the issue crossplane/crossplane-runtime#469. What other projects have you found affected by this change? Thanks! |
Only our closed source projects inside the company currently. |
this is also happening in https://github.com/vmware-archive/texplate |
as texplate is archived and has not been updated since 2018. and currently has some golang lib issues. darccio/mergo#240
@ramonskie Running |
i'm running it as |
@ramonskie |
yeah its a strange issue. thanks for looking it up though |
Is there a related Go issue? |
Closing it with a suggestion from another issue: Iinstead of replacing the imports, to use the
After this, remove from
It's possible that it will return a different warning, but it makes sense:
|
I have an indirect dependency on this package via github.com/elwinar/rambler. When running:
go install github.com/elwinar/rambler@latest
I get the follow error now, due to the new module path for mergo
The text was updated successfully, but these errors were encountered: