Skip to content

Commit

Permalink
chore: update ics version
Browse files Browse the repository at this point in the history
  • Loading branch information
aleem1314 committed Nov 13, 2022
1 parent 72fa11a commit d2d11d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/witvalchain/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (

"github.com/cosmos/cosmos-sdk/server"
svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"
app "github.com/cosmos/interchain-security/app/consumer-democracy"
"github.com/tendermint/spm/cosmoscmd"
app "github.com/vitwit/witvalchain/app"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)

require github.com/cosmos/interchain-security v0.2.1
require github.com/cosmos/interchain-security v0.2.0

require (
filippo.io/edwards25519 v1.0.0-beta.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ github.com/cosmos/iavl v0.17.1/go.mod h1:7aisPZK8yCpQdy3PMvKeO+bhq1NwDjUwjzxwwRO
github.com/cosmos/iavl v0.17.3 h1:s2N819a2olOmiauVa0WAhoIJq9EhSXE9HDBAoR9k+8Y=
github.com/cosmos/iavl v0.17.3/go.mod h1:prJoErZFABYZGDHka1R6Oay4z9PrNeFFiMKHDAMOi4w=
github.com/cosmos/ibc-go v1.2.2/go.mod h1:XmYjsRFOs6Q9Cz+CSsX21icNoH27vQKb3squgnCOCbs=
github.com/cosmos/interchain-security v0.2.1 h1:wzg1ydRtm4h+Xce87kQvD8OWNCNEkSVjCCb5khyS6b8=
github.com/cosmos/interchain-security v0.2.1/go.mod h1:Ntu6JyaSD0pH+HJYCgHsyYX6FJxk0gCDR8D4SYbbxA4=
github.com/cosmos/interchain-security v0.2.0 h1:YAfy1QqDrAVTOu6HOXuimOJ34RkD2SzQuwk6o1DYrfs=
github.com/cosmos/interchain-security v0.2.0/go.mod h1:Ntu6JyaSD0pH+HJYCgHsyYX6FJxk0gCDR8D4SYbbxA4=
github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76 h1:DdzS1m6o/pCqeZ8VOAit/gyATedRgjvkVI+UCrLpyuU=
github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76/go.mod h1:0mkLWIoZuQ7uBoospo5Q9zIpqq6rYCPJDSUdeCJvPM8=
github.com/cosmos/ledger-cosmos-go v0.11.1 h1:9JIYsGnXP613pb2vPjFeMMjBI5lEDsEaF6oYorTy6J4=
Expand Down

0 comments on commit d2d11d8

Please sign in to comment.