File tree Expand file tree Collapse file tree 10 files changed +1042
-11
lines changed Expand file tree Collapse file tree 10 files changed +1042
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module std
3
3
go 1.12
4
4
5
5
require (
6
- golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
6
+ golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
7
7
golang.org/x/net v0.0.0-20190607172144-d5cec3884524
8
8
golang.org/x/sys v0.0.0-20190529130038-5219a1e1c5f8 // indirect
9
9
golang.org/x/text v0.3.2 // indirect
Original file line number Diff line number Diff line change 1
1
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
2
- golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f h1:R423Cnkcp5JABoeemiGEPlt9tHXFfw5kvc0yqlxRPWo =
3
- golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
2
+ golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 h1:1wopBVtVdWnn03fZelqdXTqk7U7zPQCb+T4rbU9ZEoU =
3
+ golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
4
4
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
5
- golang.org/x/net v0.0.0-20190514140710-3ec191127204 h1:4yG6GqBtw9C+UrLp6s2wtSniayy/Vd/3F7ffLE427XI =
6
- golang.org/x/net v0.0.0-20190514140710-3ec191127204 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
7
5
golang.org/x/net v0.0.0-20190607172144-d5cec3884524 h1:A4fHjHFi2zGH4/ziDBluIhhGzT/kAuTD1lKHLAztlG8 =
8
6
golang.org/x/net v0.0.0-20190607172144-d5cec3884524 /go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks =
9
7
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
10
8
golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
11
- golang.org/x/sys v0.0.0-20190528183647-3626398d7749 h1:oG2HS+e2B9VqK95y67B5MgJIJhOPY27/m5uJKJhHzus =
12
- golang.org/x/sys v0.0.0-20190528183647-3626398d7749 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
13
9
golang.org/x/sys v0.0.0-20190529130038-5219a1e1c5f8 h1:2WjIC11WRITGlVWmyLXKjzIVj1ZwoWZ//tadeUUV6/o =
14
10
golang.org/x/sys v0.0.0-20190529130038-5219a1e1c5f8 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
15
11
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
You can’t perform that action at this time.
0 commit comments