Skip to content

unexpected module path when using go modules #523

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

Closed
lukatendai opened this issue Apr 29, 2019 · 6 comments
Closed

unexpected module path when using go modules #523

lukatendai opened this issue Apr 29, 2019 · 6 comments
Labels
bug Something isn't working

Comments

@lukatendai
Copy link

When run go get -u github.com/golangci/golangci-lint/cmd/golangci-lint with go 1.12
I get thise error:

go: sourcegraph.com/sourcegraph/[email protected]: parsing go.mod: unexpected module path "github.com/sourcegraph/go-diff"

@scraly
Copy link

scraly commented Apr 30, 2019

Same error with go 1.12

@fgm
Copy link

fgm commented May 7, 2019

Workaround for now: just disable them while installing, like this:

GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint

@aofei
Copy link
Contributor

aofei commented May 7, 2019

This problem has been solved in #487, you just have to wait for the new version.

Hi @jirfag, I think it's time to release the next version, isn't it? The #508 has been open for almost half a month. :-)

@rhnvrm
Copy link

rhnvrm commented May 8, 2019

Another workaround is to use go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@master

@tpounds tpounds added the bug Something isn't working label Sep 25, 2019
@tpounds
Copy link
Contributor

tpounds commented Sep 25, 2019

Resolving. All go get issues should be fixed in newer releases.

@tpounds tpounds closed this as completed Sep 25, 2019
@tpounds
Copy link
Contributor

tpounds commented Sep 25, 2019

see: #539

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants