2021-11-18 18:25:56 -08:00
|
|
|
module github.com/btcsuite/btcd/btcec/v2
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2022-03-31 19:27:34 -05:00
|
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
|
2021-11-18 18:25:56 -08:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
|
2022-10-11 15:29:24 -07:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2021-11-18 18:25:56 -08:00
|
|
|
)
|
2021-12-02 18:33:04 -08:00
|
|
|
|
2022-10-11 15:29:24 -07:00
|
|
|
require (
|
|
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|