diff options
| author | Gopher Robot <gobot@golang.org> | 2025-05-05 11:36:01 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-05-05 11:47:08 -0700 |
| commit | aae6e61070421a51c1ba3bd9bba4b9b3979ed488 (patch) | |
| tree | dbde8c0dc5b858a2950fbfefbe093b945bc81cf1 /go.mod | |
| parent | 9c1aa6af88df97634a66726b66bb12e56d1ef6c6 (diff) | |
| download | go-x-crypto-0.38.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.38.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I06b2bb01f1557af02a8bf172ee85973695506906
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/670095
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: David Chase <drchase@google.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.32.0 - golang.org/x/term v0.31.0 + golang.org/x/sys v0.33.0 + golang.org/x/term v0.32.0 ) -require golang.org/x/text v0.24.0 // indirect +require golang.org/x/text v0.25.0 // indirect |
