diff options
| author | Gopher Robot <gobot@golang.org> | 2024-06-04 16:16:04 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-06-04 16:30:12 +0000 |
| commit | 332fd656f4f013f66e643818fe8c759538456535 (patch) | |
| tree | 222bd56fca1461319d28d08d1d50a48531800da0 /go.mod | |
| parent | 0b431c7de36a66b1b5c54f6219ad1413824cd1fd (diff) | |
| download | go-x-crypto-0.24.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.24.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I105ee0f343768881d4fe3a2bfd1fcbaa7e1fd705
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/590218
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@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.18 require ( golang.org/x/net v0.21.0 // tagx:ignore - golang.org/x/sys v0.20.0 - golang.org/x/term v0.20.0 + golang.org/x/sys v0.21.0 + golang.org/x/term v0.21.0 ) -require golang.org/x/text v0.15.0 // indirect +require golang.org/x/text v0.16.0 // indirect |
