forked from hyperledger-labs/mirbft
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 805 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/hyperledger-labs/mirbft
go 1.15
replace github.com/hyperledger-labs/mirbft => ../../github.com/matejpavlovic/mirbft
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/dgraph-io/badger/v2 v2.2007.2
github.com/golang/protobuf v1.5.2 // indirect
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1 // indirect
github.com/tidwall/wal v0.1.3
golang.org/x/sys v0.0.0-20200821140526-fda516888d29 // indirect
google.golang.org/protobuf v1.27.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
honnef.co/go/tools v0.0.1-2020.1.5
)