Skip to content

Commit

Permalink
mempool: Fix required version of mining module
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Dec 12, 2018
1 parent 1a370d3 commit 42469eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mempool/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ module github.com/decred/dcrd/mempool

require (
github.com/decred/dcrd/blockchain v1.0.1
github.com/decred/dcrd/blockchain/stake v1.0.1
github.com/decred/dcrd/blockchain/stake v1.1.0
github.com/decred/dcrd/chaincfg v1.2.0
github.com/decred/dcrd/chaincfg/chainhash v1.0.1
github.com/decred/dcrd/dcrec v0.0.0-20180801202239-0761de129164
github.com/decred/dcrd/dcrec/secp256k1 v1.0.1
github.com/decred/dcrd/dcrjson v1.0.0
github.com/decred/dcrd/dcrutil v1.1.1
github.com/decred/dcrd/mining v1.0.0
github.com/decred/dcrd/txscript v1.0.1
github.com/decred/dcrd/dcrutil v1.2.0
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
)
Expand Down

0 comments on commit 42469eb

Please sign in to comment.