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
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ 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/e-money/em-ledger v0.9.4
github.com/gopherjs/gopherjs v0.0.0-20190910122728-9d188e94fb99 // 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/tendermint/tendermint v0.34.9 // indirect
github.com/terra-project/core v0.4.2
go.uber.org/zap v1.15.0
)
Expand Down
Loading