This updates the code to make use of the new crypto/blake256 module instead of github.com/dchest/blake256. * change the references in the chaincfg/chainhash and gcs modules * update chaincfg/chainhash to use the new Sum256 API * remove references to dchest/blake256 from all go.sum files
13 lines
317 B
Modula-2
13 lines
317 B
Modula-2
module github.com/decred/dcrd/gcs
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/dchest/siphash v1.2.1
|
|
github.com/decred/dcrd/blockchain/stake/v2 v2.0.0
|
|
github.com/decred/dcrd/chaincfg/chainhash v1.0.1
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.0
|
|
github.com/decred/dcrd/txscript/v2 v2.0.0
|
|
github.com/decred/dcrd/wire v1.2.0
|
|
)
|