diff options
| author | Gopher Robot <gobot@golang.org> | 2024-07-04 19:17:23 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-07-05 10:46:52 +0000 |
| commit | 9fadb0b165bd3b96d2a21e89d60ad458db3aeee0 (patch) | |
| tree | 396dc6c58447082e6580226db167e520c1dc065b /go.mod | |
| parent | a6a393ffd658b286f64f141b06cbd94e516d3a64 (diff) | |
| download | go-x-crypto-0.25.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.25.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I0024d2803498fe98af80f14a4476a504c9aa6b5b
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/596835
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
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.21.0 - golang.org/x/term v0.21.0 + golang.org/x/sys v0.22.0 + golang.org/x/term v0.22.0 ) require golang.org/x/text v0.16.0 // indirect |
