This updates the txscript module dependencies and serves as a base for txscript/v2.1.0. The updated direct dependencies in this commit are as follows: - github.com/decred/dcrd/chaincfg/v2@v2.3.0 - github.com/decred/dcrd/dcrutil/v2@v2.0.1 - github.com/decred/dcrd/wire@v1.3.0 The full list of updated direct dependencies since the previous txscript/v2.0.0 release are as follows: - 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/edwards/v2@v2.0.0 - github.com/decred/dcrd/dcrec/secp256k1/v2@v2.0.0 - github.com/decred/dcrd/dcrutil/v2@v2.0.1 - github.com/decred/dcrd/wire@v1.3.0
16 lines
449 B
Modula-2
16 lines
449 B
Modula-2
module github.com/decred/dcrd/txscript/v2
|
|
|
|
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/v2 v2.0.1
|
|
github.com/decred/dcrd/wire v1.3.0
|
|
github.com/decred/slog v1.0.0
|
|
)
|