refactor: remove sdk dep from store (#14603)

Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
This commit is contained in:
Marko
2023-01-13 17:43:09 +00:00
committed by GitHub
co-authored by Likhita Polavarapu
parent fa7ff32f35
commit a2eb630906
28 changed files with 52 additions and 46 deletions
+1
View File
@@ -184,6 +184,7 @@ replace (
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
// We always want to test against the latest version of the 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