From 1423067f77babb89d1c6049685823599f144bd05 Mon Sep 17 00:00:00 2001 From: jhernandezb Date: Thu, 20 Jun 2024 19:57:20 -0600 Subject: [PATCH] bump slinky --- e2e/slinky/go.mod | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/slinky/go.mod b/e2e/slinky/go.mod index 5094d8397..3faea4abc 100644 --- a/e2e/slinky/go.mod +++ b/e2e/slinky/go.mod @@ -19,7 +19,7 @@ require ( github.com/cosmos/cosmos-sdk v0.50.7 github.com/icza/dyno v0.0.0-20230330125955-09f820a8d9c0 github.com/public-awesome/stargaze/v14 v14.0.0-alpha.3 - github.com/skip-mev/slinky v1.0.2 + github.com/skip-mev/slinky v1.0.3 github.com/skip-mev/slinky/tests/integration v1.1.0 github.com/strangelove-ventures/interchaintest/v8 v8.4.0 github.com/stretchr/testify v1.9.0 diff --git a/go.mod b/go.mod index 1aafc697e..e2e803dee 100644 --- a/go.mod +++ b/go.mod @@ -48,7 +48,7 @@ require ( github.com/cosmos/ibc-go/v8 v8.3.2 github.com/gogo/protobuf v1.3.2 github.com/prometheus/client_golang v1.19.1 - github.com/skip-mev/slinky v1.0.2 + github.com/skip-mev/slinky v1.0.3 google.golang.org/genproto/googleapis/api v0.0.0-20240509183442-62759503f434 ) diff --git a/go.sum b/go.sum index d3349baa6..3acee9766 100644 --- a/go.sum +++ b/go.sum @@ -1707,8 +1707,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/skip-mev/chaintestutil v0.0.0-20240116134208-3e49bf514803 h1:VRRVYN3wsOIOqVT3e3nDh3vyUl6RvF9QwdK4BvgPP9c= github.com/skip-mev/chaintestutil v0.0.0-20240116134208-3e49bf514803/go.mod h1:LF2koCTmygQnz11yjSfHvNP8axdyZ2lTEw0EwI+dnno= -github.com/skip-mev/slinky v1.0.2 h1:sC2zYkNYe7yc7hmTcWx1OZtzuiywWupa7GFUsj2RJgY= -github.com/skip-mev/slinky v1.0.2/go.mod h1:EE3O71wIJ74OciYh62Fc5EysF07KArBEYb6lDmTIKVM= +github.com/skip-mev/slinky v1.0.3 h1:+7Yw+HHjYqJ7gb5nrG1k2bplNG+qEmn5wws+OesdY2M= +github.com/skip-mev/slinky v1.0.3/go.mod h1:EE3O71wIJ74OciYh62Fc5EysF07KArBEYb6lDmTIKVM= 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=