Skip to content

Commit

Permalink
chg: update go deps for sdk and simapp
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Mar 15, 2024
1 parent b48bfdf commit d86dab8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions simapp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d86dab8

Please sign in to comment.