dcrd/gcs/go.mod
Nicola Larosa 1149d54cb9 multi: Use crypto/blake256.
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
2019-08-07 18:54:55 -05:00

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
)