diff options
| author | Gopher Robot <gobot@golang.org> | 2024-08-06 15:29:05 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-08-06 15:38:17 +0000 |
| commit | 5bcd010f1cdaf2257509bfb7b43eaad62b7928fd (patch) | |
| tree | 09d1e060a70cfe7e0c2bfc8b60e30c442aa671a0 /go.mod | |
| parent | 3375612bf41a8cdb0cdfdc21e6ca2c7ae0f764b5 (diff) | |
| download | go-x-crypto-5bcd010f1cdaf2257509bfb7b43eaad62b7928fd.tar.xz | |
go.mod: update golang.org/x dependenciesv0.26.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: Iae75e5fcbcfe3709820dd66638a763f662f8d939
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/603396
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: David Chase <drchase@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.20 require ( golang.org/x/net v0.21.0 // tagx:ignore - golang.org/x/sys v0.22.0 - golang.org/x/term v0.22.0 + golang.org/x/sys v0.23.0 + golang.org/x/term v0.23.0 ) -require golang.org/x/text v0.16.0 // indirect +require golang.org/x/text v0.17.0 // indirect |
