mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 10:15:18 +00:00
29 lines
941 B
Modula-2
29 lines
941 B
Modula-2
|
module source.quilibrium.com/quilibrium/monorepo/nekryptology
|
||
|
|
||
|
go 1.18
|
||
|
|
||
|
require (
|
||
|
filippo.io/edwards25519 v1.0.0-rc.1
|
||
|
git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
|
||
|
github.com/btcsuite/btcd v0.21.0-beta.0.20201114000516-e9c7a5ac6401
|
||
|
github.com/btcsuite/btcutil v1.0.2
|
||
|
github.com/bwesterb/go-ristretto v1.2.3
|
||
|
github.com/consensys/gnark-crypto v0.5.3
|
||
|
github.com/gtank/merlin v0.1.1
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
github.com/stretchr/testify v1.7.0
|
||
|
golang.org/x/crypto v0.9.0
|
||
|
golang.org/x/sys v0.8.0
|
||
|
golang.org/x/tools v0.1.5
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/cloudflare/circl v1.3.3
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/kr/text v0.2.0 // indirect
|
||
|
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
||
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||
|
)
|