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/go.mod | |
| 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/go.mod')
| -rw-r--r-- | src/go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/go.mod b/src/go.mod index 0141668dc3..b38dee7e6d 100644 --- a/src/go.mod +++ b/src/go.mod @@ -3,11 +3,11 @@ module std go 1.23 require ( - golang.org/x/crypto v0.22.1-0.20240415215343-5defcc193aab - golang.org/x/net v0.24.1-0.20240405221309-ec05fdcd7114 + golang.org/x/crypto v0.23.1-0.20240603234054-0b431c7de36a + golang.org/x/net v0.25.1-0.20240603202750-6249541f2a6c ) require ( - golang.org/x/sys v0.20.0 // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/sys v0.21.0 // indirect + golang.org/x/text v0.16.0 // indirect ) |
