github.com/decred/dcrd/blockchain@v1.2.1/go.mod (about)

     1  // Deprecated: Use github.com/decred/dcrd/blockchain/v5 instead.
     2  module github.com/decred/dcrd/blockchain
     3  
     4  go 1.11
     5  
     6  require (
     7  	github.com/decred/dcrd/blockchain/stake v1.2.1
     8  	github.com/decred/dcrd/blockchain/standalone v1.0.0
     9  	github.com/decred/dcrd/chaincfg v1.5.2
    10  	github.com/decred/dcrd/chaincfg/chainhash v1.0.2
    11  	github.com/decred/dcrd/database v1.1.0
    12  	github.com/decred/dcrd/dcrec v1.0.0
    13  	github.com/decred/dcrd/dcrec/secp256k1 v1.0.2
    14  	github.com/decred/dcrd/dcrutil v1.4.0
    15  	github.com/decred/dcrd/gcs v1.1.0
    16  	github.com/decred/dcrd/txscript v1.1.0
    17  	github.com/decred/dcrd/wire v1.2.0
    18  	github.com/decred/slog v1.0.0
    19  )