Skip to content

Commit

Permalink
Backport of cosmos#15580
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Nov 19, 2023
1 parent 4f6ad2b commit 1c567a7
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 2,240 deletions.
13 changes: 0 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -177,19 +177,6 @@ require (
nhooyr.io/websocket v1.8.6 // indirect
)

replace (
// use cosmos fork of keyring
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
// 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
// Fix upstream GHSA-h395-qcrw-5vmq and GHSA-3vp4-m3rf-835h vulnerabilities.
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.0
// replace broken goleveldb
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)

retract (
// revert fix https://github.com/cosmos/cosmos-sdk/pull/16331
v0.46.12
Expand Down
Loading

0 comments on commit 1c567a7

Please sign in to comment.