diff options
| author | Gopher Robot <gobot@golang.org> | 2025-04-05 17:52:06 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-04-06 09:04:20 -0700 |
| commit | 959f8f3db0fb8c3fb1f9507101058dda21e1fdcf (patch) | |
| tree | d22bc63a80c9332c5fe007c2335126f0b21883c1 /go.mod | |
| parent | 769bcd6997ac6f3154e27b73b3587295f7720e66 (diff) | |
| download | go-x-crypto-959f8f3db0fb8c3fb1f9507101058dda21e1fdcf.tar.xz | |
go.mod: update golang.org/x dependenciesv0.37.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I1e9480e5897a08cac746309acdc8bbdf0bce8060
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/663256
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ go 1.23.0 require ( golang.org/x/net v0.21.0 // tagx:ignore - golang.org/x/sys v0.31.0 - golang.org/x/term v0.30.0 + golang.org/x/sys v0.32.0 + golang.org/x/term v0.31.0 ) -require golang.org/x/text v0.23.0 // indirect +require golang.org/x/text v0.24.0 // indirect |
