2021-11-19 03:25:56 +01:00
|
|
|
module github.com/btcsuite/btcd/btcec/v2
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2022-04-01 02:27:34 +02:00
|
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
|
2021-11-19 03:25:56 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
|
2022-10-12 00:29:24 +02:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2021-11-19 03:25:56 +01:00
|
|
|
)
|
2021-12-03 03:33:04 +01:00
|
|
|
|
2022-10-12 00:29:24 +02: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
|
|
|
|
)
|