blob: 0e9bd6e1c6fe539f5553f910d4dfc89e987140fb (
plain)
1
2
3
4
5
6
7
|
module github.com/bitcoin/bips/bip-0158
require (
github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d
github.com/btcsuite/btcutil v0.0.0-20190207003914-4c204d697803
github.com/davecgh/go-spew v1.1.1
)
|