Skip to content

Commit 5d50b90

Browse files
committed
dev: update replaced version of x/tools
Make it possible to run GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@master
1 parent 338e3fb commit 5d50b90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ require (
5656
github.com/valyala/quicktemplate v1.1.1
5757
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect
5858
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
59-
golang.org/x/tools v0.0.0-20190521203540-521d6ed310dd
59+
golang.org/x/tools v0.0.0-20190908161001-5b82db07426d
6060
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
6161
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
6262
gopkg.in/yaml.v2 v2.2.1

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ golang.org/x/sys/windows
198198
golang.org/x/text/transform
199199
golang.org/x/text/unicode/norm
200200
golang.org/x/text/width
201-
# golang.org/x/tools v0.0.0-20190521203540-521d6ed310dd => github.com/golangci/tools v0.0.0-20190909104219-979bdb7f8cc8
201+
# golang.org/x/tools v0.0.0-20190908161001-5b82db07426d => github.com/golangci/tools v0.0.0-20190909104219-979bdb7f8cc8
202202
golang.org/x/tools/go/analysis
203203
golang.org/x/tools/go/analysis/passes/asmdecl
204204
golang.org/x/tools/go/analysis/passes/assign

0 commit comments

Comments
 (0)