Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 20 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,30 @@ module github.com/node-a-team/Cosmos-IE
go 1.15

require (
github.com/bandprotocol/chain v1.0.0
github.com/cosmos/cosmos-sdk v0.41.3
github.com/DataDog/zstd v1.4.8 // indirect
github.com/confio/ics23/go v0.7.0 // indirect
github.com/cosmos/cosmos-sdk v0.45.4
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/e-money/em-ledger v0.9.4
github.com/gin-gonic/gin v1.7.0 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
github.com/improbable-eng/grpc-web v0.15.0 // indirect
github.com/irisnet/irishub v1.0.1
github.com/kava-labs/kava v0.12.2
github.com/mitchellh/go-homedir v1.1.0
github.com/prometheus/client_golang v1.8.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/tendermint/tendermint v0.34.7
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/prometheus/client_golang v1.12.1
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rs/zerolog v1.26.0 // indirect
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.11.0
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
github.com/tendermint/tm-db v0.6.7 // indirect
github.com/terra-project/core v0.4.2
go.uber.org/zap v1.15.0
go.uber.org/zap v1.19.1
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect
google.golang.org/grpc v1.46.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)

replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
Expand Down
Loading