forked from relab/hotstuff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (25 loc) · 934 Bytes
/
go.mod
File metadata and controls
27 lines (25 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/relab/hotstuff
go 1.16
require (
github.com/felixge/fgprof v0.9.1
github.com/golang/mock v1.5.0
github.com/golang/protobuf v1.5.2
github.com/kilic/bls12-381 v0.1.1-0.20210208205449-6045b0235e36
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/go-homedir v1.1.0
github.com/mroth/weightedrand v0.4.1
github.com/relab/gorums v0.5.1-0.20210629194217-9811e4f219ca
github.com/relab/iago v0.0.0-20211206120654-269f053c74ad
github.com/relab/wrfs v0.0.0-20210628111300-b51570396aec
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
go-hep.org/x/hep v0.28.6
go.uber.org/multierr v1.7.0
go.uber.org/zap v1.17.0
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
golang.org/x/tools v0.1.8-0.20211028023602-8de2a7fd1736 // indirect
gonum.org/v1/plot v0.8.1
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
)