2021-12-24 16:34:26 -08:00
|
|
|
module github.com/btcsuite/btcd/btcutil/psbt
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2022-06-30 15:59:56 -07:00
|
|
|
github.com/btcsuite/btcd v0.23.0
|
2022-03-15 18:42:10 -07:00
|
|
|
github.com/btcsuite/btcd/btcec/v2 v2.1.3
|
2022-02-04 15:44:53 -08:00
|
|
|
github.com/btcsuite/btcd/btcutil v1.1.0
|
2022-03-15 18:42:10 -07:00
|
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
|
2021-12-24 16:34:26 -08:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2022-05-02 16:25:16 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-12-24 16:34:26 -08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
|
2022-01-06 18:14:49 -08:00
|
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
|
2021-11-18 18:43:53 -08:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
2022-05-02 16:25:16 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2021-12-24 16:34:26 -08:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
2022-05-02 16:25:16 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
2021-12-24 16:34:26 -08:00
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/btcsuite/btcd/btcutil => ../
|
2022-01-10 19:40:11 -08:00
|
|
|
|
|
|
|
replace github.com/btcsuite/btcd => ../..
|