This modifies the various modules to use a valid prerelease version so they can be used in require statements in consumer code that is also under development. The updated direct dependencies are as follows: - github.com/decred/dcrd/blockchain/stake/v3@v3.0.0-20200104000002-54b67d3474fb - github.com/decred/dcrd/blockchain/v3@v3.0.0-20200104000002-54b67d3474fb - github.com/decred/dcrd/connmgr/v3@v3.0.0-20200104000002-54b67d3474fb - github.com/decred/dcrd/dcrutil/v3@v3.0.0-20200104000002-54b67d3474fb - github.com/decred/dcrd/mempool/v4@v4.0.0-20200104000002-54b67d3474fb - github.com/decred/dcrd/mining/v3@v3.0.0-20200104000002-54b67d3474fb - github.com/decred/dcrd/txscript/v3@v3.0.0-20200104000002-54b67d3474fb
18 lines
534 B
Modula-2
18 lines
534 B
Modula-2
module github.com/decred/dcrd/txscript/v3
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
|
|
github.com/decred/dcrd/chaincfg/v2 v2.3.0
|
|
github.com/decred/dcrd/crypto/ripemd160 v1.0.0
|
|
github.com/decred/dcrd/dcrec v1.0.0
|
|
github.com/decred/dcrd/dcrec/edwards/v2 v2.0.0
|
|
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.0
|
|
github.com/decred/dcrd/dcrutil/v3 v3.0.0-20200104000002-54b67d3474fb
|
|
github.com/decred/dcrd/wire v1.3.0
|
|
github.com/decred/slog v1.0.0
|
|
)
|
|
|
|
replace github.com/decred/dcrd/dcrutil/v3 => ../dcrutil
|