dcrd/addrmgr/go.mod
Dave Collins debbf873eb
addrmgr: Prepare v2.0.0.
This updates the addrmgr module dependencies, the copyright year in the
files modified since the previous release, and serves as a base for
addrmgr/v2.0.0.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/chaincfg/chainhash@v1.0.3
- github.com/decred/dcrd/wire@v1.5.0
- github.com/decred/slog@v1.2.0

The full list of updated direct dependencies since the previous
addrmgr/v1.2.0 release are the same as above.

Finally, all modules in the repository are tidied to ensure they are
updated to use the latest versions hoisted forward as a result.
2021-11-11 13:31:52 -06:00

10 lines
180 B
Modula-2

module github.com/decred/dcrd/addrmgr/v2
go 1.16
require (
github.com/decred/dcrd/chaincfg/chainhash v1.0.3
github.com/decred/dcrd/wire v1.5.0
github.com/decred/slog v1.2.0
)