Skip to content

Commit

Permalink
temporary use forked slinky
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Jan 16, 2024
1 parent d5eb89f commit c0e85ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ replace (
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1

github.com/skip-mev/slinky => github.com/initia-labs/slinky v0.0.0-20240116092207-9fc17d676ce6

// Downgraded to avoid bugs in following commits which caused simulations to fail.
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,8 @@ github.com/initia-labs/cosmos-sdk v0.0.0-20240110022757-882a0c35539b h1:a5M4fSni
github.com/initia-labs/cosmos-sdk v0.0.0-20240110022757-882a0c35539b/go.mod h1:n/WQqDh73qdtBmY9Op3sYgiBgTujSfGSd6CNh6GfqvQ=
github.com/initia-labs/initiavm v0.1.2-beta.8 h1:W3scI7Zxkh8p0bttuFN7a8OFcfFOU4Y8H0ndsbYeDwo=
github.com/initia-labs/initiavm v0.1.2-beta.8/go.mod h1:6LNXn8eRv2jBzvM1gyQMgA1GRzZJh65VGVKCYDtbh18=
github.com/initia-labs/slinky v0.0.0-20240116092207-9fc17d676ce6 h1:DvTDry1vmOjMHBSNzWjhFCsXV2AF5qJs8L3UwtjjK0I=
github.com/initia-labs/slinky v0.0.0-20240116092207-9fc17d676ce6/go.mod h1:f3w62f6W4Dzz16mwi/+pnWvulFustXSo4JX1Cg9Fv8o=
github.com/jhump/protoreflect v1.15.3 h1:6SFRuqU45u9hIZPJAoZ8c28T3nK64BNdp9w6jFonzls=
github.com/jhump/protoreflect v1.15.3/go.mod h1:4ORHmSBmlCW8fh3xHmJMGyul1zNqZK4Elxc8qKP+p1k=
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
Expand Down Expand Up @@ -979,8 +981,6 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/skip-mev/block-sdk v0.0.0-20231213233341-deceeb0e993b h1:p7treH8qfsqJa31MNCh/xWItMWS+kub3GSH2dYN+0uk=
github.com/skip-mev/block-sdk v0.0.0-20231213233341-deceeb0e993b/go.mod h1:yvRRZgkinnjsvf6357Fg9Nbi8vRYIJWOLB+cwz3uCP8=
github.com/skip-mev/slinky v0.1.0-alpha.0.0.20240113034931-de4a28ffa013 h1:4JADd+zOMGpb84O/N5HQ8ytebIp5xKjdd/A6sP8VphM=
github.com/skip-mev/slinky v0.1.0-alpha.0.0.20240113034931-de4a28ffa013/go.mod h1:f3w62f6W4Dzz16mwi/+pnWvulFustXSo4JX1Cg9Fv8o=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
Expand Down

0 comments on commit c0e85ed

Please sign in to comment.