Skip to content

Commit

Permalink
Update golint
Browse files Browse the repository at this point in the history
Change import path from github.com/golang/lint to golang.org/x/lint.
  • Loading branch information
ryboe authored and Ryan Boehning committed Mar 24, 2018
1 parent f162af1 commit a594777
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ notifications:

# install code checkers
before_script:
- cd vendor/github.com/golang/lint/golint
- cd vendor/golang.org/x/lint/golint
- go install
- cd -
- cd vendor/honnef.co/go/tools/cmd/megacheck
Expand Down
26 changes: 13 additions & 13 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
required = [
"github.com/fzipp/gocyclo",
"github.com/golang/lint/golint",
"golang.org/x/lint",
"golang.org/x/lint/golint",
"honnef.co/go/tools/cmd/megacheck",
]

Expand All @@ -9,7 +10,7 @@ name = "github.com/fzipp/gocyclo"
branch = "master"

[[constraint]]
name = "github.com/golang/lint"
name = "golang.org/x/lint"
branch = "master"

[prune]
Expand Down
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a594777

Please sign in to comment.