This patch to libgo updates the golang.org/x/crypto dependency in
go.mod and modules.txt. This is basically meaningless for GCC but
avoids some tools complaining about insecure versions in the upstream
repo. Committed to mainline.
Ian
d280b148d34ee37a7a749518d977412d8ac35506
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 99bf24c38e0..c1abe89afb7 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 bd6308add02..702fbca02a7 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 3a975cde9e8..55a56fee0b3 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