forked from drand/drand
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
39 lines (37 loc) · 1.59 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
34
35
36
37
38
39
module github.com/drand/drand
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/benbjohnson/clock v1.0.0
github.com/coreos/bbolt v1.3.3
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/dchest/blake2b v1.0.0
github.com/dgryski/go-farm v0.0.0-20191112170834-c2139c5d712b // indirect
github.com/drand/bls12-381 v0.0.0-20200110233355-faca855b3a67
github.com/drand/kyber v1.0.1-0.20200128205555-52819dbafde7
github.com/go-kit/kit v0.9.0
github.com/golang/protobuf v1.3.4
github.com/grpc-ecosystem/grpc-gateway v1.12.1
github.com/iotaledger/goshimmer v0.1.1-0.20200408115906-dfd0ec66565a
github.com/kabukky/httpscerts v0.0.0-20150320125433-617593d7dcb3
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/nikkolasg/hexjson v0.0.0-20181101101858-78e39397e00c
github.com/nikkolasg/slog v0.0.0-20170921200349-3c8d441d7a1e
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/soheilhy/cmux v0.1.4
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/stretchr/testify v1.5.1
github.com/urfave/cli v1.22.3
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/tools v0.0.0-20200308013534-11ec41452d41 // indirect
google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24
google.golang.org/grpc v1.26.0
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)