Skip to content

Commit 626f6db

Browse files
dmitshurgopherbot
authored andcommitted
all: update vendored golang.org/x/crypto
Pull in CL 578715: 5defcc19 sha3: fix Sum results for SHAKE functions on s390x Fixes #66804. Change-Id: I72bb7862778c6e10a40b1aaeeafea49e1a0d80f5 Reviewed-on: https://go-review.googlesource.com/c/go/+/579455 Reviewed-by: Michael Munday <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent 5bb4f49 commit 626f6db

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module std
33
go 1.23
44

55
require (
6-
golang.org/x/crypto v0.22.0
6+
golang.org/x/crypto v0.22.1-0.20240415215343-5defcc193aab
77
golang.org/x/net v0.24.1-0.20240405221309-ec05fdcd7114
88
)
99

src/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
2-
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
1+
golang.org/x/crypto v0.22.1-0.20240415215343-5defcc193aab h1:7X80n3mDJrqepjWApLRTQmLYC+hKHXsvFi/LO2SE324=
2+
golang.org/x/crypto v0.22.1-0.20240415215343-5defcc193aab/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
33
golang.org/x/net v0.24.1-0.20240405221309-ec05fdcd7114 h1:0+DQSN4OXt0ivfKIOXFQ+8vsRb1pNvvdl7DZ6AR07OQ=
44
golang.org/x/net v0.24.1-0.20240405221309-ec05fdcd7114/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8=
55
golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=

src/vendor/golang.org/x/crypto/sha3/sha3_s390x.go

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# golang.org/x/crypto v0.22.0
1+
# golang.org/x/crypto v0.22.1-0.20240415215343-5defcc193aab
22
## explicit; go 1.18
33
golang.org/x/crypto/chacha20
44
golang.org/x/crypto/chacha20poly1305

0 commit comments

Comments
 (0)