diff options
| author | Michael Anthony Knyszek <mknyszek@google.com> | 2024-06-03 21:46:39 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-06-04 16:19:04 +0000 |
| commit | b5a861782312d2b3a4f71e33d9a0c2b01a40fe5f (patch) | |
| tree | 27f868c3eba92440b03c9ae8436019bfe0bafdba /src/vendor/modules.txt | |
| parent | 499de42188ee0b0680aec4c49e25594456fdf15a (diff) | |
| download | go-b5a861782312d2b3a4f71e33d9a0c2b01a40fe5f.tar.xz | |
all: update vendored dependencies
The Go 1.23 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.
For #36905.
[git-generate]
go install golang.org/x/build/cmd/updatestd@latest
go install golang.org/x/tools/cmd/bundle@latest
updatestd -goroot=$(pwd) -branch=master
Change-Id: I9162f547c148809d6fb1e4157f6f504634cef3b7
Reviewed-on: https://go-review.googlesource.com/c/go/+/589935
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/vendor/modules.txt')
| -rw-r--r-- | src/vendor/modules.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vendor/modules.txt b/src/vendor/modules.txt index 0e723f6634..2868749b89 100644 --- a/src/vendor/modules.txt +++ b/src/vendor/modules.txt @@ -1,4 +1,4 @@ -# golang.org/x/crypto v0.22.1-0.20240415215343-5defcc193aab +# golang.org/x/crypto v0.23.1-0.20240603234054-0b431c7de36a ## explicit; go 1.18 golang.org/x/crypto/chacha20 golang.org/x/crypto/chacha20poly1305 @@ -8,7 +8,7 @@ golang.org/x/crypto/hkdf golang.org/x/crypto/internal/alias golang.org/x/crypto/internal/poly1305 golang.org/x/crypto/sha3 -# golang.org/x/net v0.24.1-0.20240405221309-ec05fdcd7114 +# golang.org/x/net v0.25.1-0.20240603202750-6249541f2a6c ## explicit; go 1.18 golang.org/x/net/dns/dnsmessage golang.org/x/net/http/httpguts @@ -18,10 +18,10 @@ 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.20.0 +# golang.org/x/sys v0.21.0 ## explicit; go 1.18 golang.org/x/sys/cpu -# golang.org/x/text v0.14.0 +# golang.org/x/text v0.16.0 ## explicit; go 1.18 golang.org/x/text/secure/bidirule golang.org/x/text/transform |
