aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go.mod
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2021-05-03 16:11:24 -0400
committerBryan C. Mills <bcmills@google.com>2021-05-04 15:37:42 +0000
commit62d424d794e7543e84f4b6ddd7acc8e39c6c6380 (patch)
tree47697062c5847172e1c84eabacb45c509147143d /src/cmd/go.mod
parenteab0c46af7331484a7d5837cad68d9d01890b90f (diff)
downloadgo-62d424d794e7543e84f4b6ddd7acc8e39c6c6380.tar.gz
go-62d424d794e7543e84f4b6ddd7acc8e39c6c6380.zip
cmd: update x/tools to pull in CL 315570
Since x/tools is now lazy, this removes a significant fraction of otherwise-irrelevant dependencies from the go.sum file. The remaining extraneous go.sum lines come from the dependency on github.com/google/pprof. Since that module is outside of the Go project proper, I do not plan to submit a PR to make it lazy until after the Go 1.17 release. For #36460 Updates #36905 Change-Id: I214492cf931fca797817124ecdcbccd4ebb7505b Reviewed-on: https://go-review.googlesource.com/c/go/+/316452 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org>
Diffstat (limited to 'src/cmd/go.mod')
-rw-r--r--src/cmd/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go.mod b/src/cmd/go.mod
index 2956eed0d7..79224db999 100644
--- a/src/cmd/go.mod
+++ b/src/cmd/go.mod
@@ -10,6 +10,6 @@ require (
golang.org/x/mod v0.4.3-0.20210503183026-4435ecfe4815
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
- golang.org/x/tools v0.1.1-0.20210422170518-f946a157eefe
+ golang.org/x/tools v0.1.1-0.20210503200558-19b1717ea5eb
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)