diff options
| author | Gopher Robot <gobot@golang.org> | 2025-09-07 20:55:38 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-09-08 08:14:28 -0700 |
| commit | 5307a0ce6db8057c8d7c4378dc4bd715b4985ba1 (patch) | |
| tree | 872100b6cca55d1990f47be558a258bac6bfe4a0 /go.mod | |
| parent | 9d779377cff7ff1f58520cc044fb90b10ddfc561 (diff) | |
| download | go-x-crypto-0.42.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.42.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I75e16a930bfe42cc082df82ab67802c42ad56a97
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/701303
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
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.42.0 // tagx:ignore - golang.org/x/sys v0.35.0 - golang.org/x/term v0.34.0 + golang.org/x/net v0.43.0 // tagx:ignore + golang.org/x/sys v0.36.0 + golang.org/x/term v0.35.0 ) -require golang.org/x/text v0.28.0 // indirect +require golang.org/x/text v0.29.0 // indirect |
