github.com/adoriasoft/tendermint@v0.34.0-dev1.0.20200722151356-96d84601a75a/go.mod (about)

     1  module github.com/adoriasoft/tendermint
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
     7  	github.com/Workiva/go-datastructures v1.0.52
     8  	github.com/btcsuite/btcd v0.20.1-beta
     9  	github.com/btcsuite/btcutil v1.0.2
    10  	github.com/fortytw2/leaktest v1.3.0
    11  	github.com/go-kit/kit v0.10.0
    12  	github.com/go-logfmt/logfmt v0.5.0
    13  	github.com/gogo/protobuf v1.3.1
    14  	github.com/golang/protobuf v1.4.2
    15  	github.com/gorilla/websocket v1.4.2
    16  	github.com/grpc-ecosystem/grpc-gateway v1.9.5
    17  	github.com/gtank/merlin v0.1.1
    18  	github.com/libp2p/go-buffer-pool v0.0.2
    19  	github.com/magiconair/properties v1.8.1
    20  	github.com/minio/highwayhash v1.0.0
    21  	github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
    22  	github.com/pkg/errors v0.9.1
    23  	github.com/prometheus/client_golang v1.7.1
    24  	github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
    25  	github.com/rs/cors v1.7.0
    26  	github.com/sasha-s/go-deadlock v0.2.0
    27  	github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
    28  	github.com/spf13/cobra v1.0.0
    29  	github.com/spf13/viper v1.7.0
    30  	github.com/stretchr/testify v1.6.1
    31  	github.com/tendermint/tendermint v0.33.6
    32  	github.com/tendermint/tm-db v0.6.0
    33  	golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
    34  	golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
    35  	google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
    36  	google.golang.org/grpc v1.30.0
    37  	google.golang.org/protobuf v1.25.0 // indirect
    38  )