diff --git a/go.mod b/go.mod index 6bce55c58d24..b098060b0381 100644 --- a/go.mod +++ b/go.mod @@ -180,8 +180,6 @@ require ( replace ( // use cosmos fork of keyring github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 - // TODO HV2: Point to 0xPolygon comet fork once the PR is merged: https://github.com/0xPolygon/cometbft/pull/2 - github.com/cometbft/cometbft => github.com/0xPolygon/cometbft v0.1.0-beta // 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 diff --git a/simapp/go.mod b/simapp/go.mod index 6fe92405c566..f2f45a2cb887 100644 --- a/simapp/go.mod +++ b/simapp/go.mod @@ -215,8 +215,6 @@ replace ( cosmossdk.io/x/upgrade => ../x/upgrade // use cosmos fork of keyring github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 - // TODO HV2: Point to 0xPolygon comet fork once the PR is merged: https://github.com/0xPolygon/cometbft/pull/2 - github.com/cometbft/cometbft => github.com/0xPolygon/cometbft v0.1.0-beta // Simapp always use the latest version of the cosmos-sdk github.com/cosmos/cosmos-sdk => ../. github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1