Skip to content

Commit

Permalink
chore(deps): bump ICS to v4.1.1-lsm (#3071)
Browse files Browse the repository at this point in the history
* bump ICS to v4.1.1-lsm

* update changelog entry
  • Loading branch information
mpoke authored Apr 22, 2024
1 parent c6ec49a commit 7409345
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .changelog/unreleased/dependencies/3062-bump-ics.md

This file was deleted.

3 changes: 3 additions & 0 deletions .changelog/unreleased/dependencies/3071-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v4.1.1-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.1.1-lsm)
([\#3071](https://github.com/cosmos/gaia/pull/3071))
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/cosmos/gogoproto v1.4.10
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.1.3
github.com/cosmos/ibc-go/v7 v7.4.0
github.com/cosmos/interchain-security/v4 v4.1.0
github.com/cosmos/interchain-security/v4 v4.1.1
github.com/google/gofuzz v1.2.0
github.com/gorilla/mux v1.8.1
github.com/ory/dockertest/v3 v3.10.0
Expand Down Expand Up @@ -227,7 +227,7 @@ replace (
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.47.12-ics-lsm

// Use special ICS v4.1.0-ics-lsm release with support for LSM
github.com/cosmos/interchain-security/v4 => github.com/cosmos/interchain-security/v4 v4.1.0-lsm
github.com/cosmos/interchain-security/v4 => github.com/cosmos/interchain-security/v4 v4.1.1-lsm

// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ github.com/cosmos/ibc-go/v7 v7.4.0 h1:8FqYMptvksgMvlbN4UW9jFxTXzsPyfAzEZurujXac8
github.com/cosmos/ibc-go/v7 v7.4.0/go.mod h1:L/KaEhzV5TGUCTfGysVgMBQtl5Dm7hHitfpk+GIeoAo=
github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZDM=
github.com/cosmos/ics23/go v0.10.0/go.mod h1:ZfJSmng/TBNTBkFemHHHj5YY7VAU/MBU980F4VU1NG0=
github.com/cosmos/interchain-security/v4 v4.1.0-lsm h1:RjPm2h9VJbuWZ8J3AM2ZELReVFNtr3avRYozKilK0CA=
github.com/cosmos/interchain-security/v4 v4.1.0-lsm/go.mod h1:Z7MuA3+CkgfYsdKxTCGWBMUkJQIuMwZBZmrvqXY5OVs=
github.com/cosmos/interchain-security/v4 v4.1.1-lsm h1:N7QlincdyYuJTMtp3rYrAPKI43wIh8JrSQX0Bq2Y+gE=
github.com/cosmos/interchain-security/v4 v4.1.1-lsm/go.mod h1:Z7MuA3+CkgfYsdKxTCGWBMUkJQIuMwZBZmrvqXY5OVs=
github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo=
github.com/cosmos/keyring v1.2.0/go.mod h1:fc+wB5KTk9wQ9sDx0kFXB3A0MaeGHM9AwRStKOQ5vOA=
github.com/cosmos/ledger-cosmos-go v0.12.4 h1:drvWt+GJP7Aiw550yeb3ON/zsrgW0jgh5saFCr7pDnw=
Expand Down

0 comments on commit 7409345

Please sign in to comment.