aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGopher Robot <gobot@golang.org>2022-11-08 18:39:04 +0000
committerGopher Robot <gobot@golang.org>2022-11-08 20:34:43 +0000
commit183a9b70cc805eca27c9474ce65820b468a28795 (patch)
tree0f0637a8d6a4f9958013ab173ae1b91153e10a64 /go.mod
parent334521b960a2a4412e9e7486c89e9981cf160ddb (diff)
downloadgo-x-crypto-0.2.0.tar.xz
go.mod: update golang.org/x dependenciesv0.2.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: Ic7c0afcece0f3d2065c7a7e08f092c4344d90655 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/448755 Run-TryBot: Gopher Robot <gobot@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Jenny Rakoczy <jenny@golang.org>
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 9505ada..33c9ab4 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.1.0
- golang.org/x/sys v0.1.0
- golang.org/x/term v0.1.0
+ golang.org/x/net v0.2.0
+ golang.org/x/sys v0.2.0
+ golang.org/x/term v0.2.0
)
require golang.org/x/text v0.4.0 // indirect