diff options
| author | Dmitri Shuralyov <dmitshur@golang.org> | 2023-10-17 15:39:54 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-10-19 23:33:33 +0000 |
| commit | c729dc187aeebf10b062602e09727182d695ca52 (patch) | |
| tree | a5b89ff90b1141817c3c8e52acc66731669349ee /src/vendor/modules.txt | |
| parent | da2d7e92caed6ef7bb33b837bbe4d4934f799ad0 (diff) | |
| download | go-c729dc187aeebf10b062602e09727182d695ca52.tar.xz | |
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 <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/vendor/modules.txt')
| -rw-r--r-- | src/vendor/modules.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/vendor/modules.txt b/src/vendor/modules.txt index bc4eb872eb..5680dfb8c1 100644 --- a/src/vendor/modules.txt +++ b/src/vendor/modules.txt @@ -1,5 +1,5 @@ -# golang.org/x/crypto v0.14.0 -## explicit; go 1.17 +# golang.org/x/crypto v0.14.1-0.20231011220222-8779cbd1c995 +## explicit; go 1.18 golang.org/x/crypto/chacha20 golang.org/x/crypto/chacha20poly1305 golang.org/x/crypto/cryptobyte @@ -7,8 +7,8 @@ golang.org/x/crypto/cryptobyte/asn1 golang.org/x/crypto/hkdf golang.org/x/crypto/internal/alias golang.org/x/crypto/internal/poly1305 -# golang.org/x/net v0.17.0 -## explicit; go 1.17 +# golang.org/x/net v0.17.1-0.20231011215812-d23d9bc54922 +## explicit; go 1.18 golang.org/x/net/dns/dnsmessage golang.org/x/net/http/httpguts golang.org/x/net/http/httpproxy @@ -17,11 +17,11 @@ golang.org/x/net/idna golang.org/x/net/lif golang.org/x/net/nettest golang.org/x/net/route -# golang.org/x/sys v0.13.0 -## explicit; go 1.17 +# golang.org/x/sys v0.13.1-0.20231011215430-1bfbee0e20e3 +## explicit; go 1.18 golang.org/x/sys/cpu -# golang.org/x/text v0.13.0 -## explicit; go 1.17 +# golang.org/x/text v0.13.1-0.20231011215848-6c97a165dd66 +## explicit; go 1.18 golang.org/x/text/secure/bidirule golang.org/x/text/transform golang.org/x/text/unicode/bidi |
