aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go.mod
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2021-05-03 02:19:20 -0400
committerBryan C. Mills <bcmills@google.com>2021-05-03 18:23:49 +0000
commit791854700db17ad11f75a61176967e35196714ed (patch)
tree0dfe46df8ee4f375afb26daeddee0c5027b04cbc /src/cmd/go.mod
parenta144af91364cc9b4928ad80bdb7529b28a803508 (diff)
downloadgo-791854700db17ad11f75a61176967e35196714ed.tar.gz
go-791854700db17ad11f75a61176967e35196714ed.zip
all: update x/net to pull in CL 316129
As a side effect, this also upgrades x/sys to the version currently required by the latest x/net. Because x/net is now lazy, it no longer requires checksums for older-than-selected versions of x/sys, x/term, and x/text. For #36460 Updates #36905 Change-Id: I242815e202aa7d482fc3983a6717bece10ea8111 Reviewed-on: https://go-review.googlesource.com/c/go/+/316251 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@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 c9ae30f284..ef231b1e3c 100644
--- a/src/cmd/go.mod
+++ b/src/cmd/go.mod
@@ -8,7 +8,7 @@ require (
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/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
+ 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/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect