dcrd/database/go.mod
Donald Adu-Poku 57ffde8c30 multi: Start dcrec/secp256k1 v4 module dev cycle.
This updates the dcrec/secp256k1 module
version to v4 and updates import and dep sites.
2020-12-16 16:30:24 -06:00

19 lines
496 B
Modula-2

module github.com/decred/dcrd/database/v2
go 1.13
require (
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
github.com/decred/dcrd/chaincfg/v3 v3.0.0
github.com/decred/dcrd/dcrutil/v4 v4.0.0
github.com/decred/dcrd/wire v1.4.0
github.com/decred/slog v1.1.0
github.com/jessevdk/go-flags v1.4.0
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
)
replace (
github.com/decred/dcrd/dcrec/secp256k1/v4 => ../dcrec/secp256k1
github.com/decred/dcrd/dcrutil/v4 => ../dcrutil
)