aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGopher Robot <gobot@golang.org>2023-03-05 03:03:54 +0000
committerGopher Robot <gobot@golang.org>2023-03-05 04:00:43 +0000
commit776e461a4e6d8b372a43c72122c5c28cfc40dca2 (patch)
tree0b842c9d05dbf5439f1c5592e3ee215e1a87edf8 /go.mod
parentebe92624d1428c68f92576e1d27cc65d62bc2f7e (diff)
downloadgo-x-crypto-0.7.0.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.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index b114192..9fa6ccc 100644
--- a/go.mod
+++ b/go.mod
@@ -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