aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGopher Robot <gobot@golang.org>2022-10-19 15:40:49 +0000
committerGopher Robot <gobot@golang.org>2022-10-19 16:43:05 +0000
commit642fcc37f5043eadb2509c84b2769e729e7d27ef (patch)
treeeeb20b04a1a001120c02025fa0af5d6e21e9e6ee /go.mod
parent56aed061732aaf690a941aa617c5b0e322727650 (diff)
downloadgo-x-crypto-0.1.0.tar.xz
go.mod: update golang.org/x dependenciesv0.1.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: If840eea1cadc749ce55efd88eb7d9fc38472839e Reviewed-on: https://go-review.googlesource.com/c/crypto/+/443996 Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Gopher Robot <gobot@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 525ffa6..9505ada 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.0.0-20211112202133-69e39bad7dc2
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
+ golang.org/x/net v0.1.0
+ golang.org/x/sys v0.1.0
+ golang.org/x/term v0.1.0
)
-require golang.org/x/text v0.3.6 // indirect
+require golang.org/x/text v0.4.0 // indirect