dcrd/dcrjson/go.mod
Dave Collins 8ad612b642
dcrjson: Introduce v2 module without wallet types.
This removes all wallet-specific type definitions and tests from the
dcrjson module since they are being moved into their own module that
lives in the dcrwallet repository.

Since this constitutes a major break to the API, it also bumps the
module version to version 2.
2019-02-13 19:23:38 -06:00

4 lines
99 B
Modula-2

module github.com/decred/dcrd/dcrjson/v2
require github.com/decred/dcrd/chaincfg/chainhash v1.0.1