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

use correct golint import path #108

Merged
merged 2 commits into from
Jul 4, 2019
Merged

use correct golint import path #108

merged 2 commits into from
Jul 4, 2019

Conversation

fenollp
Copy link
Contributor

@fenollp fenollp commented Jul 4, 2019

As per golang/lint@ead987a

Without this change it is impossible to depend on ghz and do go get -u -a:

go: github.com/golang/[email protected]: parsing go.mod: unexpected module path "golang.org/x/lint"

Note: you get the same error when trying to update ghz's own dependencies.

First commit fixes that. Second one is the result of running:

go get -u -a
go mod tidy
go mod verify

@fenollp
Copy link
Contributor Author

fenollp commented Jul 4, 2019

Please tag a release once this gets in :)

@bojand bojand merged commit 0da2a5b into bojand:master Jul 4, 2019
@fenollp fenollp deleted the fix-golint branch July 4, 2019 12:19
@bojand
Copy link
Owner

bojand commented Jul 4, 2019

Hello, thank you for the PR. This has been released as 0.38.0.

@fenollp
Copy link
Contributor Author

fenollp commented Jul 4, 2019

I noticed :) Thanks!

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.

2 participants