Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Fixes golang.org/x/lint import #94

Merged
merged 1 commit into from
Dec 4, 2019
Merged

Fixes golang.org/x/lint import #94

merged 1 commit into from
Dec 4, 2019

Conversation

jonahgeorge
Copy link
Contributor

One of the Ankh dependencies is importing github.com/golang/lint
which now specifies it must be imported as golang.org/x/lint.

go mod edit -replace github.com/golang/lint@latest=golang.org/x/lint@latest

golang/go#30831
golang/lint#436

One of the Ankh dependencies is importing `github.com/golang/lint`
which now specifies it must be imported as `golang.org/x/lint`.

```sh
go mod edit -replace github.com/golang/lint@latest=golang.org/x/lint@latest
```

golang/go#30831
golang/lint#436
@esmet
Copy link
Contributor

esmet commented Dec 4, 2019

excellent!

@esmet esmet merged commit 2fd6a0d into master Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants