Skip to content

Commit

Permalink
fix broken dep update for feemarket
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Apr 17, 2024
1 parent 20d6e48 commit 3524455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ replace (
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.8.1

github.com/skip-mev/feemarket => github.com/MSalopek/feemarket v0.0.0-20240417155021-ed1712a09325
github.com/skip-mev/feemarket => github.com/MSalopek/feemarket v0.0.0-20240417163849-894793eb7e0a

// following versions might cause unexpected behavior
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,8 @@ github.com/DataDog/zstd v1.5.0 h1:+K/VEwIAaPcHiMtQvpLD4lqW7f0Gk3xdYZmI1hD+CXo=
github.com/DataDog/zstd v1.5.0/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/MSalopek/feemarket v0.0.0-20240417155021-ed1712a09325 h1:SSUeJGduoG5t63nGs4TY/X0TURCbzI7qYChxMA7P9W8=
github.com/MSalopek/feemarket v0.0.0-20240417155021-ed1712a09325/go.mod h1:ifgafO5QK66HEgXiAwEsiuIwEgwlDbL1ZzRgyqVHw30=
github.com/MSalopek/feemarket v0.0.0-20240417163849-894793eb7e0a h1:rN2ahsNII2lbqh0B2yFJo3XtCaG82M2SlVuNcTSBtjE=
github.com/MSalopek/feemarket v0.0.0-20240417163849-894793eb7e0a/go.mod h1:ifgafO5QK66HEgXiAwEsiuIwEgwlDbL1ZzRgyqVHw30=
github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg=
github.com/Microsoft/go-winio v0.6.0/go.mod h1:cTAf44im0RAYeL23bpB+fzCyDH2MJiz2BO69KH/soAE=
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
Expand Down

0 comments on commit 3524455

Please sign in to comment.