aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go.mod
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2021-05-03 14:38:53 -0400
committerBryan C. Mills <bcmills@google.com>2021-05-04 15:28:35 +0000
commit1bbe78bb6da26f43fb0d06194f659ae7b6314e86 (patch)
tree23124ab01211786b97c917c512eb8f829963a457 /src/cmd/go.mod
parent86e42c2fbfe14c41746fe5cfc5c8bda94bb4bc4e (diff)
downloadgo-1bbe78bb6da26f43fb0d06194f659ae7b6314e86.tar.gz
go-1bbe78bb6da26f43fb0d06194f659ae7b6314e86.zip
cmd: update x/mod to pull in CL 316113
Even though x/mod is now lazy, this has no immediate effect on the size of cmd/go.sum: all of the existing dependencies are still pulled in via the dependency on x/tools, which is itself not yet lazy (that's CL 315570). For #36460 Updates #36905 Change-Id: I7bce5fe2596a2d71e4df08f5d5f4cb8dcdb8512c Reviewed-on: https://go-review.googlesource.com/c/go/+/316489 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 ef231b1e3c..7629ef7dda 100644
--- a/src/cmd/go.mod
+++ b/src/cmd/go.mod
@@ -7,7 +7,7 @@ require (
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 // indirect
golang.org/x/arch v0.0.0-20210502124803-cbf565b21d1e
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
- golang.org/x/mod v0.4.3-0.20210409134425-858fdbee9c24
+ 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