aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGopher Robot <gobot@golang.org>2023-05-08 17:00:14 +0000
committerGopher Robot <gobot@golang.org>2023-05-08 17:07:49 +0000
commita4e984136a63c90def42a9336ac6507c2f6a896d (patch)
tree82de66cf0037a28aee1693016de36bbecbfae5b8 /go.mod
parent3ef80564904258d0d9b19a879c805574d184f941 (diff)
downloadgo-x-crypto-0.9.0.tar.xz
go.mod: update golang.org/x dependenciesv0.9.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: I1eb2365549b72cbad23fa7c355f427c6ed75e450 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/493575 TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index fe5376c..f1e0607 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.9.0
- golang.org/x/sys v0.7.0
- golang.org/x/term v0.7.0
+ golang.org/x/net v0.10.0
+ golang.org/x/sys v0.8.0
+ golang.org/x/term v0.8.0
)
require golang.org/x/text v0.9.0 // indirect