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

Fix golint module path #13

Merged
merged 1 commit into from
Apr 28, 2019
Merged

Fix golint module path #13

merged 1 commit into from
Apr 28, 2019

Conversation

minamijoyo
Copy link
Owner

Running go mod tidy failed.

$ go mod tidy
go: finding github.com/golang/lint/golint latest
go: finding github.com/golang/lint latest
go: github.com/golang/lint@v0.0.0-20190409202823-959b441ac422: parsing go.mod: unexpected module path "golang.org/x/lint"
go: error loading module requirements

Looking around golint issues and found that the golint package moved from github.com/golang/lint to golang.org/x/lint

golang/lint#446
https://github.com/golang/go/wiki/Resolving-Problems-From-Modified-Module-Path

@minamijoyo minamijoyo merged commit d942a18 into master Apr 28, 2019
@minamijoyo minamijoyo deleted the fix-golint branch April 28, 2019 16:15
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

Successfully merging this pull request may close these issues.

1 participant