mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
15 lines
372 B
Modula-2
15 lines
372 B
Modula-2
module github.com/decred/dcrd/peer/v2
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/dchest/blake256 v1.1.0 // indirect
|
|
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
|
|
github.com/decred/dcrd/lru v1.0.0
|
|
github.com/decred/dcrd/txscript/v2 v2.0.0
|
|
github.com/decred/dcrd/wire v1.2.0
|
|
github.com/decred/go-socks v1.0.0
|
|
github.com/decred/slog v1.0.0
|
|
)
|