-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 970 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/mailchain/go-crypto
go 1.18
require (
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/andreburgaud/crypt2go v1.1.0
github.com/ethereum/go-ethereum v1.12.1
github.com/golang/mock v1.6.0
github.com/gtank/merlin v0.1.1
github.com/gtank/ristretto255 v0.1.2
github.com/mailchain/go-encoding v0.0.0-20221027160803-899f9dcab49d
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.17.0
)
require (
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/holiman/uint256 v1.2.3 // indirect
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)