github.com/noirx94/tendermintmp@v0.0.1/go.mod (about)

     1  module github.com/noirx94/tendermintmp
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/BurntSushi/toml v0.3.1
     7  	github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
     8  	github.com/Workiva/go-datastructures v1.0.52
     9  	github.com/adlio/schema v1.1.13
    10  	github.com/btcsuite/btcd v0.21.0-beta
    11  	github.com/btcsuite/btcutil v1.0.2
    12  	github.com/fortytw2/leaktest v1.3.0
    13  	github.com/go-kit/kit v0.10.0
    14  	github.com/go-logfmt/logfmt v0.5.0
    15  	github.com/gogo/protobuf v1.3.2
    16  	github.com/golang/protobuf v1.5.0
    17  	github.com/google/orderedcode v0.0.1
    18  	github.com/gorilla/websocket v1.4.2
    19  	github.com/gtank/merlin v0.1.1
    20  	github.com/lib/pq v1.2.0
    21  	github.com/libp2p/go-buffer-pool v0.0.2
    22  	github.com/minio/highwayhash v1.0.1
    23  	github.com/ory/dockertest v3.3.5+incompatible
    24  	github.com/pkg/errors v0.9.1
    25  	github.com/prometheus/client_golang v1.8.0
    26  	github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
    27  	github.com/rs/cors v1.7.0
    28  	github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa
    29  	github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
    30  	github.com/spf13/cobra v1.1.1
    31  	github.com/spf13/viper v1.7.1
    32  	github.com/stretchr/testify v1.7.0
    33  	github.com/tendermint/tendermint v0.34.14
    34  	github.com/tendermint/tm-db v0.6.4
    35  	golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
    36  	golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f
    37  	google.golang.org/grpc v1.37.0
    38  )
    39  
    40  //go get github.com/noirx94/tendermintmp@main
    41  //replace github.com/tendermint/tendermint => github.com/noirx94/tendermintmp v0.0.0-20220118081316-de7aa6c69a5a
    42  replace github.com/tendermint/tendermint => ./