Skip to content

Commit 53f695a

Browse files
authored
build (deps): bump grpc (#2963)
* remove replace for GRPC * add comment for ICS replace
1 parent 4036885 commit 53f695a

File tree

2 files changed

+72
-275
lines changed

2 files changed

+72
-275
lines changed

go.mod

+3-6
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ replace (
221221
// Use special SDK v0.47.x release with support for both ICS and LSM
222222
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.47.9-ics-lsm
223223

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+
224227
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
225228
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
226229

@@ -229,10 +232,4 @@ replace (
229232

230233
// following versions might cause unexpected behavior
231234
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
236235
)
237-
238-
replace github.com/cosmos/interchain-security/v3 => github.com/cosmos/interchain-security/v3 v3.3.2-lsm

0 commit comments

Comments
 (0)