diff options
| author | Gopher Robot <gobot@golang.org> | 2022-12-06 04:22:02 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-12-06 15:29:57 +0000 |
| commit | eb2c406296d40946e2c0c72a50d34527a3987fff (patch) | |
| tree | b9fcd2263ebc907eec56e1d61eadacddb2bbe892 /go.mod | |
| parent | 2c476679df9a5c6279ec05b48165f4bed48b792e (diff) | |
| download | go-x-crypto-0.4.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.4.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: If72a913d54ec282d75e270409971b148df4b417c
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/455436
Reviewed-by: Carlos Amedee <carlos@golang.org>
Run-TryBot: Gopher Robot <gobot@golang.org>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
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.2.0 - golang.org/x/sys v0.2.0 - golang.org/x/term v0.2.0 + golang.org/x/net v0.3.0 + golang.org/x/sys v0.3.0 + golang.org/x/term v0.3.0 ) -require golang.org/x/text v0.4.0 // indirect +require golang.org/x/text v0.5.0 // indirect |
