Skip to content

Commit

Permalink
fix simapp go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Jan 13, 2023
1 parent b44468d commit 14a1f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simapp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ replace (
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
// Simapp always use the latest version of the cosmos-sdk
github.com/cosmos/cosmos-sdk => ../.
github.com/cosmos/cosmos-sdk/x/nft => ../x/nft
// Fix upstream GHSA-h395-qcrw-5vmq vulnerability.
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.8.1
Expand Down

0 comments on commit 14a1f81

Please sign in to comment.