[gcc r16-6304] all: update golang.org/x/crypto dependency
Ian Lance Taylor
ian@gcc.gnu.org
Fri Dec 19 22:56:41 GMT 2025
https://gcc.gnu.org/g:68501f9d89e56d53d69d899cebb45b81ea5687ac
commit r16-6304-g68501f9d89e56d53d69d899cebb45b81ea5687ac
Author: Roland Shoemaker <roland@golang.org>
Date: Tue Sep 23 09:44:03 2025 -0700
all: update golang.org/x/crypto dependency
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/706275
Diff:
---
gcc/go/gofrontend/MERGE | 2 +-
libgo/go/go.mod | 2 +-
libgo/go/vendor/modules.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 99bf24c38e09..c1abe89afb7e 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-c4d7bfb9895efc196b04f18f5da77fd99b39212a
+ace35ffba59c926d401a6d3f918bd3c85f48c8fd
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
diff --git a/libgo/go/go.mod b/libgo/go/go.mod
index bd6308add021..702fbca02a75 100644
--- a/libgo/go/go.mod
+++ b/libgo/go/go.mod
@@ -3,7 +3,7 @@ module std
go 1.18
require (
- golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
+ golang.org/x/crypto v0.33.0
golang.org/x/net v0.0.0-20211209124913-491a49abca63
)
diff --git a/libgo/go/vendor/modules.txt b/libgo/go/vendor/modules.txt
index 3a975cde9e83..55a56fee0b3e 100644
--- a/libgo/go/vendor/modules.txt
+++ b/libgo/go/vendor/modules.txt
@@ -1,4 +1,4 @@
-# golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
+# golang.org/x/crypto v0.33.0
## explicit; go 1.17
golang.org/x/crypto/chacha20
golang.org/x/crypto/chacha20poly1305
More information about the Gcc-cvs
mailing list