dcrd/dcrjson/go.mod
Dave Collins 68659fa1d6
dcrjson: Prepare v3.0.1.
This updates the dcrjson module dependencies and serves as a base for
dcrjson/v3.0.1.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/chaincfg/chainhash@v1.0.2

The full list of updated direct dependencies since the previous
dcrjson/v3.0.0 release are as follows:

- github.com/decred/dcrd/chaincfg/chainhash@v1.0.2
2019-10-14 15:54:11 -05:00

6 lines
108 B
Modula-2

module github.com/decred/dcrd/dcrjson/v3
go 1.11
require github.com/decred/dcrd/chaincfg/chainhash v1.0.2