aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go.mod
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2023-11-29 15:42:53 -0500
committerGopher Robot <gobot@golang.org>2023-11-29 21:28:33 +0000
commit83da21f0526ccebf0bcd83434e56b82c8a75f269 (patch)
tree03d3e8ef5bd61ab79e008e6abff871bfabde5934 /src/cmd/go.mod
parent27316739ac249bb07d47990ceb4013d442fd28dd (diff)
downloadgo-83da21f0526ccebf0bcd83434e56b82c8a75f269.tar.xz
all: update vendored dependencies
The Go 1.22 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. Generated with: go install golang.org/x/build/cmd/updatestd@latest go install golang.org/x/tools/cmd/bundle@latest updatestd -goroot=$(pwd) -branch=master For #36905. Change-Id: I76525261b9a954ed21a3bd3cb6c4a12e6c031d80 Cq-Include-Trybots: luci.golang.try:gotip-windows-amd64-longtest,gotip-linux-amd64-longtest,gotip-linux-386-longtest Reviewed-on: https://go-review.googlesource.com/c/go/+/546055 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'src/cmd/go.mod')
-rw-r--r--src/cmd/go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cmd/go.mod b/src/cmd/go.mod
index 8f66963c14..68ded94ba8 100644
--- a/src/cmd/go.mod
+++ b/src/cmd/go.mod
@@ -4,12 +4,12 @@ go 1.22
require (
github.com/google/pprof v0.0.0-20230811205829-9131a7e9cc17
- golang.org/x/arch v0.5.1-0.20231011141335-a6bdeed49307
+ golang.org/x/arch v0.6.0
golang.org/x/mod v0.14.0
golang.org/x/sync v0.5.0
- golang.org/x/sys v0.13.1-0.20231011215430-1bfbee0e20e3
- golang.org/x/term v0.13.1-0.20231011140651-6a610bc55bff
- golang.org/x/tools v0.15.1-0.20231120183520-8966034e4e53
+ golang.org/x/sys v0.15.0
+ golang.org/x/term v0.15.0
+ golang.org/x/tools v0.16.1-0.20231129202111-1b1e4dafd51a
)
require github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab // indirect