summaryrefslogtreecommitdiff
path: root/src/go.mod
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2021-11-09 13:31:45 -0500
committerDmitri Shuralyov <dmitshur@golang.org>2021-11-09 20:10:36 +0000
commit77c473f4197b5ad4d90689d665534e598f3c0750 (patch)
tree1558aa65f2b152d848c45c46e38c8895d07e214b /src/go.mod
parent233ea216c730a1902579ab2dea6d752e02d6f6f3 (diff)
downloadgo-git-77c473f4197b5ad4d90689d665534e598f3c0750.tar.gz
all: update vendored golang.org/x/{net,text} for Go 1.18 release
The Go 1.18 code freeze has recently started. This is a time to update all golang.org/x/... module versions that contribute packages to the std and cmd modules in the standard library to latest master versions. This CL updates only the net, text modules. The next CL will update further ones. For #36905. Change-Id: I9a5ac3cca22da961cfd09f3202e01e1187d42bdd Reviewed-on: https://go-review.googlesource.com/c/go/+/362735 Trust: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com>
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/go.mod b/src/go.mod
index fca8e2c8db..3e7b86ee25 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -4,10 +4,10 @@ go 1.18
require (
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
- golang.org/x/net v0.0.0-20211005215030-d2e5035098b3
+ golang.org/x/net v0.0.0-20211108170745-6635138e15ea
)
require (
golang.org/x/sys v0.0.0-20211109065445-02f5c0300f6e // indirect
- golang.org/x/text v0.3.7 // indirect
+ golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2 // indirect
)