diff options
| author | Gopher Robot <gobot@golang.org> | 2024-02-07 18:30:40 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-02-07 19:12:06 +0000 |
| commit | 405cb3bdea78b1b48ee79096733841247a944de0 (patch) | |
| tree | 84d857e85577f5f55dc32117b0ac5f7d939cb310 /go.mod | |
| parent | 913d3ae7415ace5edad6750b7c9192ac7518e9df (diff) | |
| download | go-x-crypto-0.19.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.19.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I87d766a485104662172bf983d2a9deb085eddd99
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/562417
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
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.10.0 // tagx:ignore - golang.org/x/sys v0.16.0 - golang.org/x/term v0.16.0 + golang.org/x/sys v0.17.0 + golang.org/x/term v0.17.0 ) require golang.org/x/text v0.14.0 // indirect |
