aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/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/cmd/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/cmd/go.mod')
-rw-r--r--src/cmd/go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/go.mod b/src/cmd/go.mod
index d6ca56f135..c720cde802 100644
--- a/src/cmd/go.mod
+++ b/src/cmd/go.mod
@@ -6,13 +6,13 @@ require (
github.com/google/pprof v0.0.0-20220314021825-5bba342933ea
golang.org/x/arch v0.0.0-20220412001346-fc48f9fe4c15
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
+ golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
- golang.org/x/tools v0.1.11-0.20220510125844-bc0e26ea1275
+ golang.org/x/tools v0.1.11-0.20220516163903-1e55371df567
)
require (
github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d // indirect
- golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
+ golang.org/x/crypto v0.0.0-20220516162934-403b01795ae8 // indirect
)