dcrd/addrmgr/go.mod
Dave Collins f65cdab3b9
addrmgr: Prepare v1.1.0.
This updates the addrmgr module dependencies and serves as a base for
addrmgr/v1.1.0.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/chaincfg/chainhash@v1.0.2
- github.com/decred/dcrd/wire@v1.3.0

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

- github.com/decred/dcrd/chaincfg/chainhash@v1.0.2
- github.com/decred/dcrd/wire@v1.3.0
2019-10-15 13:15:48 -05:00

10 lines
177 B
Modula-2

module github.com/decred/dcrd/addrmgr
go 1.11
require (
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
github.com/decred/dcrd/wire v1.3.0
github.com/decred/slog v1.0.0
)