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

go get: error loading module requirements go 1.11 #915

Closed
labulakalia opened this issue Mar 29, 2019 · 3 comments
Closed

go get: error loading module requirements go 1.11 #915

labulakalia opened this issue Mar 29, 2019 · 3 comments

Comments

@labulakalia
Copy link

labulakalia commented Mar 29, 2019

I still have a problem!

go: github.com/golang/lint@v0.0.0-20190313153728-d0100b6bd8b3: parsing go.mod: unexpected module path "golang.org/x/lint"
go: finding grpc.go4.org latest
go get: error loading module requirements

go version:
go version go1.11.5 darwin/amd64

@johanbrandhorst
Copy link
Collaborator

What command did you run to get this error?

@labulakalia
Copy link
Author

i run command go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway in my project , and project container file go.mod, then get errors, my project file go.mod container golang.org/x/lint, i guess they confiect,
but when i run this command in other directory without go.mod, it is successful, because it is installed my global env.

@johanbrandhorst
Copy link
Collaborator

Thanks for your bug report. I'll just add this to #895 as that already lists similar errors, we should fix them together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants