2021-12-24 16:34:26 -08:00
|
|
|
module github.com/btcsuite/btcd/btcutil/psbt
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2022-01-10 19:40:11 -08:00
|
|
|
github.com/btcsuite/btcd v0.22.0-beta.0.20220111032746-97732e52810c
|
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
|
|
|
|
)
|
|
|
|
|
|
|
|
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
|
2021-12-24 16:34:26 -08:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/btcsuite/btcd/btcutil => ../
|
2022-01-10 19:40:11 -08:00
|
|
|
|
|
|
|
replace github.com/btcsuite/btcd => ../..
|