This adds module support for the versioned go toolchain. In particular, the following packages are defined as modules: * addrmgr * blockchain * certgen * chaincfg * connmgr * database * dcrjson * dcrutil * gcs * hdkeychain * mempool * mining * peer * rpcclient * txscript * wire It does not update the travis build environment or README since it is experimental at this point.
7 lines
139 B
Modula-2
7 lines
139 B
Modula-2
module github.com/decred/dcrd/txscript
|
|
|
|
require (
|
|
github.com/decred/dcrd v1.3.0
|
|
golang.org/x/crypto v0.0.0-20180525160159-a3beeb748656
|
|
)
|