diff options
| author | Gopher Robot <gobot@golang.org> | 2024-05-05 13:11:57 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-05-06 13:42:02 +0000 |
| commit | 905d78a692675acab06328af80cdfe0b681c8fc7 (patch) | |
| tree | fffc3fbe7dff3d8a6f378d8c4be7b01f4edb148c /go.mod | |
| parent | ebb717d630028d3e29c90c55d73cb6de90d53c3e (diff) | |
| download | go-x-crypto-0.23.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.23.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I19d5fc3e26b53fba06b4fbcf3817c44477265210
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/583355
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.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.19.0 - golang.org/x/term v0.19.0 + golang.org/x/sys v0.20.0 + golang.org/x/term v0.20.0 ) -require golang.org/x/text v0.14.0 // indirect +require golang.org/x/text v0.15.0 // indirect |
