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
9 lines
142 B
Modula-2
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
|
|
)
|