diff options
| author | Gopher Robot <gobot@golang.org> | 2023-03-05 03:03:54 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-03-05 04:00:43 +0000 |
| commit | 776e461a4e6d8b372a43c72122c5c28cfc40dca2 (patch) | |
| tree | 0b842c9d05dbf5439f1c5592e3ee215e1a87edf8 /go.mod | |
| parent | ebe92624d1428c68f92576e1d27cc65d62bc2f7e (diff) | |
| download | go-x-crypto-776e461a4e6d8b372a43c72122c5c28cfc40dca2.tar.xz | |
go.mod: update golang.org/x dependenciesv0.7.0
Update golang.org/x dependencies to their latest tagged versions.
Once this CL is submitted, and post-submit testing succeeds on all
first-class ports across all supported Go versions, this repository
will be tagged with its next minor version.
Change-Id: Ic0f0e8147eae1918612c3d1a1c1de14af0a43294
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/473439
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Run-TryBot: Gopher Robot <gobot@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,9 +3,9 @@ module golang.org/x/crypto go 1.17 require ( - golang.org/x/net v0.6.0 - golang.org/x/sys v0.5.0 - golang.org/x/term v0.5.0 + golang.org/x/net v0.8.0 + golang.org/x/sys v0.6.0 + golang.org/x/term v0.6.0 ) -require golang.org/x/text v0.7.0 // indirect +require golang.org/x/text v0.8.0 // indirect |
