File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ require (
1515)
1616
1717require (
18+ filippo.io/edwards25519 v1.0.0 // indirect
1819 github.com/algorand/falcon v0.1.0 // indirect
1920 github.com/algorand/go-codec/codec v1.1.10 // indirect
2021 github.com/algorand/go-sumhash v0.1.0 // indirect
@@ -50,6 +51,7 @@ require (
5051 github.com/hashicorp/go-multierror v1.1.1 // indirect
5152 github.com/hashicorp/golang-lru v1.0.2 // indirect
5253 github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
54+ github.com/hdevalence/ed25519consensus v0.2.0 // indirect
5355 github.com/huin/goupnp v1.3.0 // indirect
5456 github.com/ipfs/boxo v0.24.3 // indirect
5557 github.com/ipfs/go-cid v0.4.1 // indirect
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3/go.mod h1:Yl
66dmitri.shuralyov.com/html/belt v0.0.0-20180602232347-f7d459c86be0 /go.mod h1:JLBrvjyP0v+ecvNYvCpyZgu5/xkfAUhi6wJj28eUfSU =
77dmitri.shuralyov.com/service/change v0.0.0-20181023043359-a85b471d5412 /go.mod h1:a1inKt/atXimZ4Mv927x+r7UpyzRUf4emIoiiSC2TN4 =
88dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c /go.mod h1:0PRwlb0D6DFvNNtx+9ybjezNCa8XF0xaYcETyp6rHWU =
9+ filippo.io/edwards25519 v1.0.0 h1:0wAIcmJUqRdI8IJ/3eGi5/HwXZWPujYXXlkrQogz0Ek =
10+ filippo.io/edwards25519 v1.0.0 /go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns =
911git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999 /go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg =
1012github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
1113github.com/DataDog/zstd v1.5.2 h1:vUG4lAyuPCXO0TLbXvPv7EB7cNK1QV/luu55UHLrrn8 =
@@ -170,6 +172,8 @@ github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iP
170172github.com/hashicorp/golang-lru v1.0.2 /go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4 =
171173github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k =
172174github.com/hashicorp/golang-lru/v2 v2.0.7 /go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM =
175+ github.com/hdevalence/ed25519consensus v0.2.0 h1:37ICyZqdyj0lAZ8P4D1d1id3HqbbG1N3iBb1Tb4rdcU =
176+ github.com/hdevalence/ed25519consensus v0.2.0 /go.mod h1:w3BHWjwJbFU29IRHL1Iqkw3sus+7FctEyM4RqDxYNzo =
173177github.com/huin/goupnp v1.3.0 h1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc =
174178github.com/huin/goupnp v1.3.0 /go.mod h1:gnGPsThkYa7bFi/KWmEysQRf48l2dvR5bxr2OFckNX8 =
175179github.com/ipfs/boxo v0.24.3 h1:gldDPOWdM3Rz0v5LkVLtZu7A7gFNvAlWcmxhCqlHR3c =
You can’t perform that action at this time.
0 commit comments