diff options
| author | Gopher Robot <gobot@golang.org> | 2025-10-08 08:52:20 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-10-08 10:40:45 -0700 |
| commit | 627cb894b6b2021e34c4ad4af4c0a963127491e4 (patch) | |
| tree | 27d3864c71f25105e63401634a23d8a57fea836e /go.mod | |
| parent | dca4914afe94ebd485672b06b9a120e18b452533 (diff) | |
| download | go-x-crypto-0.43.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.43.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: Icf986acf9290649488777328f470200bf9e11442
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/710098
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,9 +3,9 @@ module golang.org/x/crypto go 1.24.0 require ( - golang.org/x/net v0.43.0 // tagx:ignore - golang.org/x/sys v0.36.0 - golang.org/x/term v0.35.0 + golang.org/x/net v0.45.0 // tagx:ignore + golang.org/x/sys v0.37.0 + golang.org/x/term v0.36.0 ) -require golang.org/x/text v0.29.0 // indirect +require golang.org/x/text v0.30.0 // indirect |
