dcrd/chaincfg/go.mod
Dave Collins 637bad557d
chaincfg: Prepare v3.0.0.
This updates the chaincfg module dependencies and serves as a base for
chaincfg/v3.0.0.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/wire@v1.4.0

The full list of updated direct dependencies since the previous
chaincfg/v2.3.0 release are as follows:

- github.com/decred/dcrd/wire@v1.4.0

Further, the following dependencies that were previously required in the
previous chaincfg/v2.3.0 release are no longer required:

- github.com/decred/dcrd/dcrec/edwards/v2
- github.com/decred/dcrd/dcrec/secp256k1/v2
2020-09-25 13:53:10 -05:00

10 lines
185 B
Modula-2

module github.com/decred/dcrd/chaincfg/v3
go 1.11
require (
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
github.com/decred/dcrd/wire v1.4.0
)