From 83da21f0526ccebf0bcd83434e56b82c8a75f269 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 29 Nov 2023 15:42:53 -0500 Subject: 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 Reviewed-by: Michael Knyszek Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov --- src/cmd/go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/cmd/go.mod') 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 -- cgit v1.3