summaryrefslogtreecommitdiff
path: root/src/go.mod
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2021-11-09 13:49:45 -0500
committerDmitri Shuralyov <dmitshur@golang.org>2021-11-09 20:10:44 +0000
commit74b9939ec4a9f41bffb4dda47205d55c28e25728 (patch)
tree9206f7ac5c7e0f4943e377a065e651b1ba188b84 /src/go.mod
parent77c473f4197b5ad4d90689d665534e598f3c0750 (diff)
downloadgo-git-74b9939ec4a9f41bffb4dda47205d55c28e25728.tar.gz
all: update vendored golang.org/x/crypto for Go 1.18 release
The Go 1.18 code freeze has recently started. This is a time to update all golang.org/x/... module versions that contribute packages to the std and cmd modules in the standard library to latest master versions. This CL updates only the crypto module, as well as the TestDependencies policy to accommodate the dependency order change done in CL 345649. The next CL will update further modules. For #36905. Change-Id: If93160d8d72ca86e9995aaf5bdfc3d2c20b4695d Reviewed-on: https://go-review.googlesource.com/c/go/+/362736 Trust: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com>
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go.mod b/src/go.mod
index 3e7b86ee25..b8c4d5c16b 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -3,7 +3,7 @@ module std
go 1.18
require (
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
+ golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
golang.org/x/net v0.0.0-20211108170745-6635138e15ea
)