Skip to content

Commit 8e1b8d3

Browse files
committed
crypto: update go.mod for s390x x/sys/cpu changes
To fix broken builds like: https://build.golang.org/log/4c3d8463f5c2b2478dc2315f6c685b2f77bfcdd1 Change-Id: I4c4866e5928a73856ca8a411ed97588e6f66e490 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/170623 Reviewed-by: Michael Munday <[email protected]> Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent a5d413f commit 8e1b8d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module golang.org/x/crypto
22

3-
require golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
3+
require golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a h1:1BGLXjeY4akVXGgbC9HugT3Jv3hCI0z56oJR5vAMgBU=
2-
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
1+
golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e h1:nFYrTHrdrAOpShe27kaFHjsqYSEQ0KWqdWLu3xuZJts=
2+
golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 commit comments

Comments
 (0)