diff options
| author | Gopher Robot <gobot@golang.org> | 2024-04-04 16:13:36 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-04-04 16:59:43 +0000 |
| commit | d042a396a6de487c29b6907508ba7e86925f6e09 (patch) | |
| tree | 4156c33289944521954f315e71dac944e5ad861c /go.mod | |
| parent | b92bf9480d25521fc2b8965f86fe152bdfb43f28 (diff) | |
| download | go-x-crypto-0.22.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.22.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: Ib20227810c7e72942dd6fc33731fc613784aedec
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/576515
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@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.18.0 - golang.org/x/term v0.18.0 + golang.org/x/sys v0.19.0 + golang.org/x/term v0.19.0 ) require golang.org/x/text v0.14.0 // indirect |
