From c729dc187aeebf10b062602e09727182d695ca52 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Tue, 17 Oct 2023 15:39:54 -0400 Subject: all: update vendored dependencies One of the remaining uses of the old +build syntax was in the bundled copy of golang.org/x/net/http2 in net/http. Pull in a newer version of bundle with CL 536075 that drops said +build syntax line. Also pull in newer x/sys and other golang.org/x modules where old +build lines were recently dropped. 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. For #41184. For #60268. Change-Id: Ia18d1ce9eadce85b38176058ad1fe38562b004e9 Cq-Include-Trybots: luci.golang.try:gotip-linux-386-longtest,gotip-linux-amd64-longtest,gotip-windows-amd64-longtest Reviewed-on: https://go-review.googlesource.com/c/go/+/536575 Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor --- src/cmd/go.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/cmd/go.mod') diff --git a/src/cmd/go.mod b/src/cmd/go.mod index 7e095fdb14..b1c26063d3 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.4.0 - golang.org/x/mod v0.12.0 - golang.org/x/sync v0.3.0 - golang.org/x/sys v0.13.0 - golang.org/x/term v0.13.0 - golang.org/x/tools v0.13.1-0.20230920233436-f9b8da7b22be + golang.org/x/arch v0.5.1-0.20231011141335-a6bdeed49307 + golang.org/x/mod v0.13.0 + golang.org/x/sync v0.4.1-0.20231011140417-10739b037d36 + 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.14.1-0.20231019165902-71f6a46884ab ) require github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab // indirect -- cgit v1.3