mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-13 11:35:52 +01:00
22 lines
766 B
Modula-2
22 lines
766 B
Modula-2
module github.com/btcsuite/btcd/btcutil/psbt
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.23.5-0.20231219003633-4c2ce6daed8f
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.3
|
|
github.com/btcsuite/btcd/btcutil v1.1.4
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/stretchr/testify v1.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|