github.com/number571/tendermint@v0.34.11-gost/go.mod (about)

     1  module github.com/number571/tendermint
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/number571/go-cryptopro v1.0.0
     7  	github.com/BurntSushi/toml v0.4.1
     8  	github.com/Masterminds/squirrel v1.5.0
     9  	github.com/Workiva/go-datastructures v1.0.53
    10  	github.com/adlio/schema v1.1.13
    11  	github.com/btcsuite/btcd v0.22.0-beta
    12  	github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
    13  	github.com/fortytw2/leaktest v1.3.0
    14  	github.com/go-kit/kit v0.11.0
    15  	github.com/gogo/protobuf v1.3.2
    16  	github.com/golang/protobuf v1.5.2
    17  	github.com/golangci/golangci-lint v1.42.0
    18  	github.com/google/orderedcode v0.0.1
    19  	github.com/google/uuid v1.3.0
    20  	github.com/gorilla/websocket v1.4.2
    21  	github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
    22  	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
    23  	github.com/lib/pq v1.10.2
    24  	github.com/libp2p/go-buffer-pool v0.0.2
    25  	github.com/minio/highwayhash v1.0.2
    26  	github.com/oasisprotocol/curve25519-voi v0.0.0-20210609091139-0a56a4bca00b
    27  	github.com/ory/dockertest v3.3.5+incompatible
    28  	github.com/prometheus/client_golang v1.11.0
    29  	github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
    30  	github.com/rs/cors v1.8.0
    31  	github.com/rs/zerolog v1.23.0
    32  	github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa
    33  	github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
    34  	github.com/spf13/cobra v1.2.1
    35  	github.com/spf13/viper v1.8.1
    36  	github.com/stretchr/testify v1.7.0
    37  	github.com/tendermint/tm-db v0.6.4
    38  	github.com/vektra/mockery/v2 v2.9.0
    39  	golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
    40  	golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
    41  	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
    42  	google.golang.org/grpc v1.40.0
    43  	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
    44  	pgregory.net/rapid v0.4.7
    45  )