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.
4 lines
78 B
Modula-2
4 lines
78 B
Modula-2
module github.com/decred/dcrd/database
|
|
|
|
require github.com/decred/dcrd v1.3.0
|