diff options
| author | Dmitri Shuralyov <dmitshur@golang.org> | 2023-11-29 15:42:53 -0500 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-11-29 21:28:33 +0000 |
| commit | 83da21f0526ccebf0bcd83434e56b82c8a75f269 (patch) | |
| tree | 03d3e8ef5bd61ab79e008e6abff871bfabde5934 /src/go.mod | |
| parent | 27316739ac249bb07d47990ceb4013d442fd28dd (diff) | |
| download | go-83da21f0526ccebf0bcd83434e56b82c8a75f269.tar.xz | |
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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
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 003d6a96a9..c18ae7760f 100644 --- a/src/go.mod +++ b/src/go.mod @@ -3,11 +3,11 @@ module std go 1.22 require ( - golang.org/x/crypto v0.14.1-0.20231011220222-8779cbd1c995 - golang.org/x/net v0.17.1-0.20231025180729-4c7a5b64f145 + golang.org/x/crypto v0.16.1-0.20231129163542-152cdb1503eb + golang.org/x/net v0.19.0 ) require ( - golang.org/x/sys v0.13.1-0.20231011215430-1bfbee0e20e3 // indirect - golang.org/x/text v0.13.1-0.20231011215848-6c97a165dd66 // indirect + golang.org/x/sys v0.15.0 // indirect + golang.org/x/text v0.14.0 // indirect ) |
