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

Unexpected module path #378

Closed
Asya-kawai opened this issue Mar 31, 2019 · 2 comments
Closed

Unexpected module path #378

Asya-kawai opened this issue Mar 31, 2019 · 2 comments

Comments

@Asya-kawai
Copy link

Unable to fetch golang/lint because of unexpected module path error.

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

Same issue is here.
golang/lint#436

My go-lang version

go version go1.12.1 linux/amd64
@Asya-kawai
Copy link
Author

go version 1.11.6 also occurred.

@Asya-kawai
Copy link
Author

I got success, I input go get command without -u as below.

go get golang.org/x/oauth2/google

Thank you.

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2023
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