diff options
| author | Gopher Robot <gobot@golang.org> | 2023-01-04 16:05:38 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-01-04 16:09:43 +0000 |
| commit | 3d872d042823aed41f28af3b13beb27c0c9b1e35 (patch) | |
| tree | 601f4d841976d44d10fcc61868963815cae7fadb /go.mod | |
| parent | bc7d1d1eb54b3530da4f5ec31625c95d7df40231 (diff) | |
| download | go-x-crypto-0.5.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.5.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: I25128883772569c8f729b091b0efcbc4afcbea67
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/460500
Run-TryBot: Gopher Robot <gobot@golang.org>
Auto-Submit: Gopher Robot <gobot@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Heschi Kreinick <heschi@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.3.0 - golang.org/x/sys v0.3.0 - golang.org/x/term v0.3.0 + golang.org/x/net v0.5.0 + golang.org/x/sys v0.4.0 + golang.org/x/term v0.4.0 ) -require golang.org/x/text v0.5.0 // indirect +require golang.org/x/text v0.6.0 // indirect |
