Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update ethermint
Browse files Browse the repository at this point in the history
yihuang committed Nov 13, 2023
1 parent 1c9341a commit 964e3ea
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
@@ -234,7 +234,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/evmos/go-ethereum v1.10.26-evmos-rc1
github.com/evmos/ethermint => github.com/yihuang/ethermint v0.6.1-0.20231113092823-55f5531711a4
github.com/evmos/ethermint => github.com/yihuang/ethermint v0.6.1-0.20231113124339-9bedaf3d28d0
// 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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1564,8 +1564,8 @@ github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
github.com/yagipy/maintidx v1.0.0/go.mod h1:0qNf/I/CCZXSMhsRsrEPDZ+DkekpKLXAJfsTACwgXLk=
github.com/yeya24/promlinter v0.2.0/go.mod h1:u54lkmBOZrpEbQQ6gox2zWKKLKu2SGe+2KOiextY+IA=
github.com/yihuang/ethermint v0.6.1-0.20231113092823-55f5531711a4 h1:8fCPulwW6LBDzO8iS3XlagR99C/N5hxDrPhshpk/rcw=
github.com/yihuang/ethermint v0.6.1-0.20231113092823-55f5531711a4/go.mod h1:rbAKU2rftDobCIoCiol3SO+bTqw2cERu9TEki7PvfK0=
github.com/yihuang/ethermint v0.6.1-0.20231113124339-9bedaf3d28d0 h1:cn7FWGQogxiHyeMi/2S10apD3/mYIvGFM9ZZIOVjvLw=
github.com/yihuang/ethermint v0.6.1-0.20231113124339-9bedaf3d28d0/go.mod h1:rbAKU2rftDobCIoCiol3SO+bTqw2cERu9TEki7PvfK0=
github.com/yudai/gojsondiff v1.0.0/go.mod h1:AY32+k2cwILAkW1fbgxQ5mUmMiZFgLIV+FBNExI05xg=
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82/go.mod h1:lgjkn3NuSvDfVJdfcVVdX+jpBxNmX4rDAzaS45IcYoM=
github.com/yudai/pp v2.0.1+incompatible/go.mod h1:PuxR/8QJ7cyCkFp/aUDS+JY727OFEZkTdatxwunjIkc=
4 changes: 2 additions & 2 deletions gomod2nix.toml
Original file line number Diff line number Diff line change
@@ -216,8 +216,8 @@ schema = 3
hash = "sha256-GgcReGsIIuBE2TabDYqDO9sBGogdVr9RSh4arQzdPnE="
replaced = "github.com/evmos/go-ethereum"
[mod."github.com/evmos/ethermint"]
version = "v0.6.1-0.20231113092823-55f5531711a4"
hash = "sha256-QxbKVOM3hr3/nJCg/CnjvKX8jnUmagxf6F5gGgrtCKQ="
version = "v0.6.1-0.20231113124339-9bedaf3d28d0"
hash = "sha256-EgS+vT2yjSnJ1UL4LvefB+wMdbJ0q/BStXAPVpxiJTI="
replaced = "github.com/yihuang/ethermint"
[mod."github.com/felixge/httpsnoop"]
version = "v1.0.2"

0 comments on commit 964e3ea

Please sign in to comment.