aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go.mod
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2022-05-16 17:49:01 -0400
committerGopher Robot <gobot@golang.org>2022-05-16 22:24:28 +0000
commit420a1fb223da8830ca8b30e503fd9bfa7d99be3b (patch)
tree3922b6bf58036dc933cee12fca29a849661b96f8 /src/cmd/go.mod
parent053b63cfb56f574fd216166020066f3b48d5d878 (diff)
downloadgo-420a1fb223da8830ca8b30e503fd9bfa7d99be3b.tar.xz
all: update vendored golang.org/x/{arch,sys,term} 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 only the lower-level modules arch, sys, term for better bisection. The next CL will update further ones. For #36905. Change-Id: I15f6f8b015f8e425571f4f072d6942c806c6ec3e Reviewed-on: https://go-review.googlesource.com/c/go/+/406355 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@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 7e80e3ca17..d6ca56f135 100644
--- a/src/cmd/go.mod
+++ b/src/cmd/go.mod
@@ -4,11 +4,11 @@ go 1.19
require (
github.com/google/pprof v0.0.0-20220314021825-5bba342933ea
- golang.org/x/arch v0.0.0-20210923205945-b76863e36670
+ 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/sys v0.0.0-20220422013727-9388b58f7150
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
+ 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
)