dcrd/chaincfg/go.mod
Dave Collins 5070857dbe
chaincfg: Use dcrec/edwards/v1.0.0.
This updates the chaincfg module to make use of the recently-tagged
dcrec/edwards v1 module and thereby corrects the dependencies for the
chainec package within the chaincfg/v2 module.
2019-06-13 01:37:13 -05:00

12 lines
277 B
Modula-2

module github.com/decred/dcrd/chaincfg/v2
go 1.11
require (
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/chaincfg/chainhash v1.0.1
github.com/decred/dcrd/dcrec/edwards v1.0.0
github.com/decred/dcrd/dcrec/secp256k1 v1.0.1
github.com/decred/dcrd/wire v1.2.0
)