diff options
| author | Gopher Robot <gobot@golang.org> | 2025-01-04 17:34:02 -0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-01-06 06:44:30 -0800 |
| commit | 8929309228b460566ebf06dc56684799f352b0b0 (patch) | |
| tree | b07fdcdd07d054c64b1be3c27d7e0c50633cc7d7 /go.mod | |
| parent | 4a75ba54c28f9c8aa4011c3c5e9e146fd8c83359 (diff) | |
| download | go-x-crypto-0.32.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.32.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I86bc4657bf10e469231536cff39cbdb86c1135c7
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/640455
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>
Reviewed-by: David Chase <drchase@google.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ go 1.20 require ( golang.org/x/net v0.21.0 // tagx:ignore - golang.org/x/sys v0.28.0 - golang.org/x/term v0.27.0 + golang.org/x/sys v0.29.0 + golang.org/x/term v0.28.0 ) require golang.org/x/text v0.21.0 // indirect |
