forked from drand/drand
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (31 loc) · 1.26 KB
/
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
24
25
26
27
28
29
30
31
32
33
module github.com/drand/drand
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/coreos/bbolt v1.3.2
github.com/dchest/blake2b v1.0.0
github.com/drand/bls12-381 v0.2.0
github.com/drand/kyber v1.0.1-0.20200331114745-30e90cc60f99
github.com/go-kit/kit v0.9.0
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/protobuf v1.3.5
github.com/google/go-cmp v0.4.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.14.3
github.com/jonboulle/clockwork v0.1.1-0.20190114141812-62fb9bc030d1
github.com/kabukky/httpscerts v0.0.0-20150320125433-617593d7dcb3
github.com/nikkolasg/hexjson v0.0.0-20181101101858-78e39397e00c
github.com/nikkolasg/slog v0.0.0-20170921200349-3c8d441d7a1e
github.com/soheilhy/cmux v0.1.4
github.com/stretchr/testify v1.4.0
github.com/urfave/cli/v2 v2.2.0
go.dedis.ch/kyber/v3 v3.0.9
go.etcd.io/bbolt v1.3.3 // indirect
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20200406120821-33397c535dc2
google.golang.org/grpc v1.27.0
gopkg.in/yaml.v2 v2.2.8 // indirect
)