aboutsummaryrefslogtreecommitdiff
path: root/src/go.mod
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2022-05-16 17:53:36 -0400
committerDmitri Shuralyov <dmitshur@golang.org>2022-05-16 22:26:23 +0000
commitd81dd1290665aea2de8d4d5284be26ea0bfe4cd2 (patch)
tree0a5efd16d8e1bd23f221d36a392fc5b6b351e058 /src/go.mod
parent420a1fb223da8830ca8b30e503fd9bfa7d99be3b (diff)
downloadgo-d81dd1290665aea2de8d4d5284be26ea0bfe4cd2.tar.xz
all: update vendored golang.org/x dependencies for Go 1.19 release
The Go 1.19 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 the rest of the modules with x/build/cmd/updatestd. For #36905. Change-Id: I4751ca477365b036a8e5ad6a9256293b44ddcd2f Reviewed-on: https://go-review.googlesource.com/c/go/+/406356 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/go.mod b/src/go.mod
index f2c3708288..3a6cf56286 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -3,11 +3,11 @@ module std
go 1.19
require (
- golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
- golang.org/x/net v0.0.0-20220421235706-1d1ef9303861
+ golang.org/x/crypto v0.0.0-20220516162934-403b01795ae8
+ golang.org/x/net v0.0.0-20220516155154-20f960328961
)
require (
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
- golang.org/x/text v0.3.8-0.20220124021120-d1c84af989ab // indirect
+ golang.org/x/text v0.3.8-0.20220509174342-b4bca84b0361 // indirect
)