github.com/supragya/TendermintConnector@v0.0.0-20210619045051-113e32b84fb1/go.mod (about)

     1  module github.com/supragya/TendermintConnector
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
     7  	github.com/btcsuite/btcd v0.21.0-beta
     8  	github.com/btcsuite/btcutil v1.0.2
     9  	github.com/go-kit/kit v0.10.0
    10  	github.com/go-logfmt/logfmt v0.5.0
    11  	github.com/gogo/protobuf v1.3.2
    12  	github.com/golang/protobuf v1.4.3
    13  	github.com/gtank/merlin v0.1.1
    14  	github.com/hashicorp/golang-lru v0.5.1
    15  	github.com/libp2p/go-buffer-pool v0.0.2
    16  	github.com/magiconair/properties v1.8.4 // indirect
    17  	github.com/mattn/go-isatty v0.0.7 // indirect
    18  	github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
    19  	github.com/mitchellh/go-homedir v1.1.0
    20  	github.com/mitchellh/mapstructure v1.3.3 // indirect
    21  	github.com/pelletier/go-toml v1.8.1 // indirect
    22  	github.com/pkg/errors v0.9.1
    23  	github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa
    24  	github.com/sirupsen/logrus v1.7.0
    25  	github.com/spf13/afero v1.4.1 // indirect
    26  	github.com/spf13/cast v1.3.1 // indirect
    27  	github.com/spf13/cobra v1.1.1
    28  	github.com/spf13/jwalterweatherman v1.1.0 // indirect
    29  	github.com/spf13/viper v1.7.1
    30  	github.com/stretchr/testify v1.7.0
    31  	github.com/tendermint/tendermint v0.34.8
    32  	golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
    33  	golang.org/x/sys v0.0.0-20201101102859-da207088b7d1 // indirect
    34  	golang.org/x/text v0.3.4 // indirect
    35  	google.golang.org/grpc v1.35.0
    36  	google.golang.org/protobuf v1.25.0
    37  	gopkg.in/ini.v1 v1.62.0 // indirect
    38  )