-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 781 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/zhigui-projects/go-hotstuff
go 1.13
require (
code.cloudfoundry.org/clock v1.0.0
github.com/BeDreamCoder/wal v0.0.0-20200910025355-16b87a018301
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/golang/protobuf v1.4.2
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1
github.com/mattn/go-colorable v0.1.4
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.5.1
github.com/syndtr/goleveldb v1.0.0
go.etcd.io/etcd v3.3.25+incompatible
go.uber.org/zap v1.16.0
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.25.0
)