aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGopher Robot <gobot@golang.org>2023-04-06 16:39:16 +0000
committerGopher Robot <gobot@golang.org>2023-04-06 17:52:09 +0000
commit00fd4ff485c675984a5b4b7b4837e72dadbf5103 (patch)
tree0416e7cb03e514ca9c2d2ed2df18d1e26567ad35 /go.mod
parent018c28f8a114a06529db797a334e535135fa601d (diff)
downloadgo-x-crypto-0.8.0.tar.xz
go.mod: update golang.org/x dependenciesv0.8.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: I568d040817345a10881c31b8efc296f543e59113 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/482855 Reviewed-by: Heschi Kreinick <heschi@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Gopher Robot <gobot@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org>
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 9fa6ccc..fe5376c 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.8.0
- golang.org/x/sys v0.6.0
- golang.org/x/term v0.6.0
+ golang.org/x/net v0.9.0
+ golang.org/x/sys v0.7.0
+ golang.org/x/term v0.7.0
)
-require golang.org/x/text v0.8.0 // indirect
+require golang.org/x/text v0.9.0 // indirect