Skip to content

Commit 95d5b2c

Browse files
committed
dev: fix golang.org/x/tools revision date
Use git log --pretty=fuller to distinguish between AuthorDate and CommitDate. Use CommitDate for go.mod.
1 parent e691e60 commit 95d5b2c

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-20190908161001-5b82db07426d
59+
golang.org/x/tools v0.0.0-20190909030654-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-20190908161001-5b82db07426d => github.com/golangci/tools v0.0.0-20190910062050-3540c026601b
201+
# golang.org/x/tools v0.0.0-20190909030654-5b82db07426d => github.com/golangci/tools v0.0.0-20190910062050-3540c026601b
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)