27 lines
1.1 KiB
Modula-2
27 lines
1.1 KiB
Modula-2
module github.com/decred/dcrd/mempool/v2
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dchest/siphash v1.2.1 // indirect
|
|
github.com/decred/dcrd/blockchain v1.1.1
|
|
github.com/decred/dcrd/blockchain/stake v1.1.0
|
|
github.com/decred/dcrd/chaincfg v1.3.0
|
|
github.com/decred/dcrd/chaincfg/chainhash v1.0.1
|
|
github.com/decred/dcrd/dcrec v0.0.0-20190130161649-59ed4247a1d5
|
|
github.com/decred/dcrd/dcrec/edwards v0.0.0-20190130161649-59ed4247a1d5 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1 v1.0.1
|
|
github.com/decred/dcrd/dcrutil v1.2.0
|
|
github.com/decred/dcrd/gcs v1.0.2 // indirect
|
|
github.com/decred/dcrd/mining v1.1.0
|
|
github.com/decred/dcrd/txscript v1.0.2
|
|
github.com/decred/dcrd/wire v1.2.0
|
|
github.com/decred/slog v1.0.0
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
|
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 // indirect
|
|
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
|
|
golang.org/x/sys v0.0.0-20190203050204-7ae0202eb74c // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|