Commit 53f695a 1 parent 4036885 commit 53f695a Copy full SHA for 53f695a
File tree 2 files changed +72
-275
lines changed
2 files changed +72
-275
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,9 @@ replace (
221
221
// Use special SDK v0.47.x release with support for both ICS and LSM
222
222
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.47.9-ics-lsm
223
223
224
+ // Use special ICS v3.3.x release with support for LSM
225
+ github.com/cosmos/interchain-security/v3 => github.com/cosmos/interchain-security/v3 v3.3.2-lsm
226
+
224
227
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
225
228
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
226
229
@@ -229,10 +232,4 @@ replace (
229
232
230
233
// following versions might cause unexpected behavior
231
234
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
232
-
233
- // latest grpc doesn't work with our modified proto compiler, so we need to enforce
234
- // the following version across all dependencies.
235
- google.golang.org/grpc => google.golang.org/grpc v1.54.0
236
235
)
237
-
238
- replace github.com/cosmos/interchain-security/v3 => github.com/cosmos/interchain-security/v3 v3.3.2-lsm
You can’t perform that action at this time.
0 commit comments