From: Roland Shoemaker Date: Tue, 23 Sep 2025 16:44:03 +0000 (-0700) Subject: all: update golang.org/x/crypto dependency X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68501f9d89e56d53d69d899cebb45b81ea5687ac;p=thirdparty%2Fgcc.git all: update golang.org/x/crypto dependency Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/706275 --- 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