-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
unexpected module path "golang.org/x/lint" using go.mod - no problems using otherwise #2700
Comments
This problem has been fixed in 7c93bdf. You just have to wait for the next version to be released. Edit: It hasn't been fixed. |
Sorry, the titles were very different. So what can we do in the meantime? Any workaround or waiting is the only option if we want to use go.mod? Any ETA? Thanks! |
Here's a workaround for you: run It should be noted, your |
Thanks! It looks like the transition to go.mod for the go community, in general, is not going to be easy... 😬 |
I don't think there's anything we can do for this, unfortunately. |
For anyone still running into this problem - this has been fixed. For whichever you depend on, please use:
|
Running go version go1.12.1 darwin/amd64 on MacOS 10.14.2
I'm trying to install grpc using go.mod but I get stuck on the lint package
Here is the full install
The package itself fails alone:
I don't have the issue if I run it outside of my repository with go.mod
Any ideas?
The text was updated successfully, but these errors were encountered: