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

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/lru@v1.1.0
- github.com/decred/dcrd/txscript/v3@v3.0.0

The full list of updated direct dependencies since the previous
peer/v2.1.0 release are as follows:

- github.com/decred/dcrd/lru@v1.1.0
- github.com/decred/dcrd/txscript/v3@v3.0.0
- github.com/decred/dcrd/wire@v1.4.0
- github.com/decred/slog@v1.1.0

Finally, all modules in the repository are tidied to ensure they are
updated to use the latest versions hoisted forward as a result.
2020-10-15 02:58:55 -05:00

14 lines
325 B
Modula-2

module github.com/decred/dcrd/peer/v2
go 1.11
require (
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
github.com/decred/dcrd/lru v1.1.0
github.com/decred/dcrd/txscript/v3 v3.0.0
github.com/decred/dcrd/wire v1.4.0
github.com/decred/go-socks v1.1.0
github.com/decred/slog v1.1.0
)