dcrd/wire/go.mod
Dave Collins 4ad3f25ca6
wire: Prepare v1.3.0.
This updates the wire module dependencies and serves as a base for
wire/v1.3.0.

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
wire/v1.2.0 release are as follows:

- github.com/decred/dcrd/chaincfg/chainhash@v1.0.2
2019-10-14 13:19:05 -05:00

9 lines
142 B
Modula-2

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