dcrd/database/go.mod
David Hill da3bdf43e4 multi: switch to syndtr/goleveldb
Stay at the came commit.
2020-01-28 16:57:18 -06:00

21 lines
696 B
Modula-2

module github.com/decred/dcrd/database/v2
go 1.11
require (
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
github.com/decred/dcrd/chaincfg/v2 v2.3.0
github.com/decred/dcrd/dcrutil/v3 v3.0.0-20200104000002-54b67d3474fb
github.com/decred/dcrd/wire v1.3.0
github.com/decred/slog v1.0.0
github.com/golang/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/syndtr/goleveldb v0.0.0-20180708030551-c4c61651e9e3
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
)
replace github.com/decred/dcrd/dcrutil/v3 => ../dcrutil