diff options
| author | Gopher Robot <gobot@golang.org> | 2024-03-04 17:42:56 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-03-04 18:29:30 +0000 |
| commit | 7067223927c4e3f3bb91a5c6e0d2aae83df74e7a (patch) | |
| tree | 13922e40ba5b0b26c9468919e19026e9427a2f92 /go.mod | |
| parent | 0d2316b26734542fda0a2df69f586b811740edf4 (diff) | |
| download | go-x-crypto-0.21.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.21.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I54256afe881714f60fc37c471cd65b060090d9d6
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/568816
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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.18 require ( golang.org/x/net v0.21.0 // tagx:ignore - golang.org/x/sys v0.17.0 - golang.org/x/term v0.17.0 + golang.org/x/sys v0.18.0 + golang.org/x/term v0.18.0 ) require golang.org/x/text v0.14.0 // indirect |
