-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
Go modules #20164
Comments
People are working on it |
Please see urfave/cli#904 where I had issues in my own repo with go get -u. I also had problems with go-interpreter/wagon. (also pulled in by go-ethereum.) The caveat here is that I am currently pinned to version 1.8.27 of go-ethereum due to circumstances beyond my control so I did not report this as a bug in go-ethereum.(yet) Hope this is helpful. |
Yes, this is something we want to do. Unfortunately we need to switch over our launchpad builders to snaps + make launchpad meta packages because Go 1.13 is not available on older versions of Ubuntu. Until that work is done, go modules are blocked. |
I've just filed a potentially related issue. It seems like not only does |
Not a bug but a request/question
when is go-ethereum moving to go modules instead of using dep?
The text was updated successfully, but these errors were encountered: