forked from tendermint/tendermint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.1 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
module github.com/tendermint/tendermint
go 1.13
require (
github.com/ChainSafe/go-schnorrkel v0.0.0-20200115165343-aa45d48b5ed6
github.com/Workiva/go-datastructures v1.0.52
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v1.0.1
github.com/fortytw2/leaktest v1.3.0
github.com/go-kit/kit v0.10.0
github.com/go-logfmt/logfmt v0.5.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.5
github.com/gorilla/websocket v1.4.2
github.com/gtank/merlin v0.1.1
github.com/libp2p/go-buffer-pool v0.0.2
github.com/magiconair/properties v1.8.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563
github.com/rs/cors v1.7.0
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
github.com/spf13/cobra v0.0.7
github.com/spf13/viper v1.6.3
github.com/stretchr/testify v1.5.1
github.com/tendermint/go-amino v0.14.1
github.com/tendermint/tm-db v0.5.1
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
google.golang.org/grpc v1.28.1
)