diff options
| author | Gopher Robot <gobot@golang.org> | 2026-03-11 05:56:32 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-03-11 07:17:49 -0700 |
| commit | 982eaa62dfb7273603b97fc1835561450096f3bd (patch) | |
| tree | b0b00977a0818ffdc7ef456e7247281c28788473 /go.mod | |
| parent | 159944f128e9b3fdeb5a5b9b102a961904601a87 (diff) | |
| download | go-x-crypto-982eaa62dfb7273603b97fc1835561450096f3bd.tar.xz | |
go.mod: update golang.org/x dependenciesv0.49.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: Ic40aa8385f00dc3d3e3588a0e2555c8039ae6017
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/754160
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@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 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,9 +3,9 @@ module golang.org/x/crypto go 1.25.0 require ( - golang.org/x/net v0.49.0 // tagx:ignore - golang.org/x/sys v0.41.0 - golang.org/x/term v0.40.0 + golang.org/x/net v0.51.0 // tagx:ignore + golang.org/x/sys v0.42.0 + golang.org/x/term v0.41.0 ) -require golang.org/x/text v0.34.0 // indirect +require golang.org/x/text v0.35.0 // indirect |
