dcrd/wire/go.mod
Dave Collins 95f450aa13
wire: Update go build module support.
This updates the wire build module for the changes in the upcoming
go1.11 release and to depend on the latest chainhash module version.
2018-07-20 17:49:56 -05:00

7 lines
133 B
Modula-2

module github.com/decred/dcrd/wire
require (
github.com/davecgh/go-spew v1.1.0
github.com/decred/dcrd/chaincfg/chainhash v1.0.1
)