dcrd/connmgr/go.mod
Dave Collins 7ea2a2c5d3
connmgr: Prepare v1.1.0.
This updates the mining module dependencies and serves as a base for
connmgr/v1.1.0.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/chaincfg@v1.5.2

The full list of updated direct dependencies since the previous
connmgr/v1.0.2 release are as follows:

- github.com/decred/dcrd/chaincfg@v1.5.2
2019-08-09 15:01:19 -05:00

10 lines
167 B
Modula-2

module github.com/decred/dcrd/connmgr
go 1.11
require (
github.com/decred/dcrd/chaincfg v1.5.2
github.com/decred/dcrd/wire v1.2.0
github.com/decred/slog v1.0.0
)