diff --git a/go.mod b/go.mod index 91ca344..3e5aa00 100644 --- a/go.mod +++ b/go.mod @@ -186,7 +186,9 @@ replace ( // use cosmos fork of keyring github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 - github.com/cometbft/cometbft => github.com/initia-labs/cometbft v0.0.0-20231122093053-d5f2b4829792 + github.com/cometbft/cometbft => github.com/initia-labs/cometbft v0.0.0-20231123095509-55acbb29663d + github.com/cosmos/cosmos-sdk => github.com/initia-labs/cosmos-sdk v0.47.6 + // dgrijalva/jwt-go is deprecated and doesn't receive security updates. // 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