This updates the wire build module for the changes in the upcoming go1.11 release and to depend on the latest chainhash module version.
7 lines
133 B
Modula-2
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
|
|
)
|