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 @@ -25,7 +25,7 @@ require (
25
25
github.com/polydawn/refmt v0.0.0-20190807091052-3d65705ee9f1 // indirect
26
26
github.com/spaolacci/murmur3 v1.1.0 // indirect
27
27
github.com/whyrusleeping/cbor-gen v0.0.0-20210303213153-67a261a1d291 // indirect
28
- golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
28
+ golang.org/x/crypto v0.1.0 // indirect
29
29
golang.org/x/sys v0.1.0 // indirect
30
30
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
31
31
)
Original file line number Diff line number Diff line change @@ -68,8 +68,9 @@ github.com/whyrusleeping/cbor-gen v0.0.0-20210303213153-67a261a1d291 h1:79Kq0q5y
68
68
github.com/whyrusleeping/cbor-gen v0.0.0-20210303213153-67a261a1d291 /go.mod h1:fgkXqYy7bV2cFeIEOkVTZS/WjXARfBqSH6Q2qHL33hQ =
69
69
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
70
70
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
71
- golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 h1:1wopBVtVdWnn03fZelqdXTqk7U7zPQCb+T4rbU9ZEoU =
72
71
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
72
+ golang.org/x/crypto v0.1.0 h1:MDRAIl0xIo9Io2xV565hzXHw3zVseKrJKodhohM5CjU =
73
+ golang.org/x/crypto v0.1.0 /go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw =
73
74
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
74
75
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
75
76
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