File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect
20
20
github.com/spaolacci/murmur3 v1.1.0 // indirect
21
21
github.com/warpfork/go-wish v0.0.0-20180510122957-5ad1f5abf436 // indirect
22
- golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
22
+ golang.org/x/crypto v0.1.0 // indirect
23
23
golang.org/x/sys v0.1.0 // indirect
24
24
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
25
25
)
Original file line number Diff line number Diff line change @@ -43,8 +43,9 @@ github.com/whyrusleeping/cbor-gen v0.0.0-20200123233031-1cdf64d27158 h1:WXhVOwj2
43
43
github.com/whyrusleeping/cbor-gen v0.0.0-20200123233031-1cdf64d27158 /go.mod h1:Xj/M2wWU+QdTdRbu/L/1dIZY8/Wb2K9pAhtroQuxJJI =
44
44
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
45
45
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
46
- golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 h1:1wopBVtVdWnn03fZelqdXTqk7U7zPQCb+T4rbU9ZEoU =
47
46
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
47
+ golang.org/x/crypto v0.1.0 h1:MDRAIl0xIo9Io2xV565hzXHw3zVseKrJKodhohM5CjU =
48
+ golang.org/x/crypto v0.1.0 /go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw =
48
49
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
49
50
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
50
51
golang.org/x/sys v0.0.0-20190219092855-153ac476189d /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
You can’t perform that action at this time.
0 commit comments