Skip to content

Commit

Permalink
Problem: ethermint dependency is not updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jun 5, 2023
1 parent a86dc75 commit e893729
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ replace (
// 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
github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethereum v1.10.19-deepcopy-jumptable
github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.20.11-cronos
github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.0.0-20230605085654-2136ad029860
// 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.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/crypto-org-chain/cometbft-db v0.0.0-20230412133340-ac70df4b45f6 h1:d4h4Ki1UE/LF6CKwYEm3OZ+HIBCrzSmOokG1vce0O98=
github.com/crypto-org-chain/cometbft-db v0.0.0-20230412133340-ac70df4b45f6/go.mod h1:hF5aclS++7WrW8USOA3zPeKI0CuzwUD2TPYug25ANlQ=
github.com/crypto-org-chain/ethermint v0.20.11-cronos h1:AItfVBGiTkhg5h8ImmFvtkPub71tEe4k1BZ4VSw/zY4=
github.com/crypto-org-chain/ethermint v0.20.11-cronos/go.mod h1:Jc6oSpN/6DNLjUC/S75XJv4A3EYzqf+tD9LZBtQyg68=
github.com/crypto-org-chain/ethermint v0.0.0-20230605085654-2136ad029860 h1:sQcs/YWFEY/jJz2Ad+YKw3aOsN8YaQHNCNJ5hZtp/vM=
github.com/crypto-org-chain/ethermint v0.0.0-20230605085654-2136ad029860/go.mod h1:Jc6oSpN/6DNLjUC/S75XJv4A3EYzqf+tD9LZBtQyg68=
github.com/crypto-org-chain/go-ethereum v1.10.19-deepcopy-jumptable h1:VQLW0R8t9DcC/HvQZO1i0mIWjJfAezhI8lLUCholP0M=
github.com/crypto-org-chain/go-ethereum v1.10.19-deepcopy-jumptable/go.mod h1:IJBNMtzKcNHPtllYihy6BL2IgK1u+32JriaTbdt4v+w=
github.com/crypto-org-chain/go-ethereum-hdwallet v0.1.2 h1:Qu2GMavGHCcomdVWmZej76JpOO6uvII6IpPDdJUG+Qo=
Expand Down
4 changes: 2 additions & 2 deletions gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1123,8 +1123,8 @@ schema = 3
version = "v0.1.1"
hash = "sha256-ngcZkeyWBkS5IMxlPbpdsfxS1QDWMWmJAuirlJgWYtk="
[mod."github.com/evmos/ethermint"]
version = "v0.20.11-cronos"
hash = "sha256-pwm98lrAZrnHMbu6WjfX2TJnfHUbxEnbe4n45NX1KDU="
version = "v0.0.0-20230605085654-2136ad029860"
hash = "sha256-wHwS7Qg5sVnfFvZ+/Ap+bCcbBvOtmSeFYTtB9KS+Sqs="
replaced = "github.com/crypto-org-chain/ethermint"
[mod."github.com/facebookgo/ensure"]
version = "v0.0.0-20200202191622-63f1cf65ac4c"
Expand Down

0 comments on commit e893729

Please sign in to comment.