Skip to content

Commit

Permalink
Add hard-coded interchain-security require
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan-saradar committed Oct 2, 2023
1 parent 4062103 commit b7c3cc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ignite/templates/app/files/go.mod.plush
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require (
github.com/cosmos/cosmos-sdk v0.47.3
github.com/cosmos/gogoproto v1.4.10
github.com/cosmos/ibc-go/v7 v7.2.0
<%= if (IsConsumerChain) { %>github.com/cosmos/interchain-security/v3 v3.1.0<% } %>
github.com/golang/protobuf v1.5.3
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
Expand All @@ -29,6 +30,10 @@ require (
google.golang.org/protobuf v1.31.0
)

require (
github.com/coinbase/rosetta-sdk-go/types v1.0.0 // indirect
)

replace (
// use cosmos fork of keyring
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
Expand Down

0 comments on commit b7c3cc1

Please sign in to comment.