btcd/btcec/go.mod

13 lines
320 B
Modula-2
Raw Normal View History

module github.com/btcsuite/btcd/btcec/v2
go 1.17
require (
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
golang.org/x/exp v0.0.0-20220426173459-3bcf042a4bf5
)
require github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect