From 9b32568887d01f04ad453b1cf62ae60a4078883c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:32:07 +0000 Subject: [PATCH] chore(deps): bump github.com/skip-mev/slinky in /tests/connect Bumps [github.com/skip-mev/slinky](https://github.com/skip-mev/slinky) from 1.0.10 to 1.0.11. - [Release notes](https://github.com/skip-mev/slinky/releases) - [Changelog](https://github.com/skip-mev/connect/blob/main/.goreleaser.yml) - [Commits](https://github.com/skip-mev/slinky/compare/v1.0.10...v1.0.11) --- updated-dependencies: - dependency-name: github.com/skip-mev/slinky dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/connect/go.mod | 2 +- tests/connect/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/connect/go.mod b/tests/connect/go.mod index 96581923..ef4f2743 100644 --- a/tests/connect/go.mod +++ b/tests/connect/go.mod @@ -7,7 +7,7 @@ toolchain go1.23.0 require ( github.com/cosmos/cosmos-sdk v0.50.10-0.20240904192747-c8aec4d15e22 github.com/icza/dyno v0.0.0-20230330125955-09f820a8d9c0 - github.com/skip-mev/slinky v1.0.10 + github.com/skip-mev/slinky v1.0.11 github.com/skip-mev/slinky/tests/integration v1.1.0 github.com/strangelove-ventures/interchaintest/v8 v8.7.0 github.com/stretchr/testify v1.9.0 diff --git a/tests/connect/go.sum b/tests/connect/go.sum index 4d507c24..327eb5b3 100644 --- a/tests/connect/go.sum +++ b/tests/connect/go.sum @@ -1097,8 +1097,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-20240514161515-056d7ba45610 h1:4JlsiRVt/YZOvrKH525T7sZXgEWUEjqSDMwE6fXNbdo= github.com/skip-mev/chaintestutil v0.0.0-20240514161515-056d7ba45610/go.mod h1:kB8gFZX07CyJnw8q9iEZijI3qJTIe1K/Y++P5VGkrcg= -github.com/skip-mev/slinky v1.0.10 h1:QBd/jBxUcV2dq3VERhf5h42cAA0s2awPZGWpHgh0t20= -github.com/skip-mev/slinky v1.0.10/go.mod h1:8mxMdQ8MY8QAxgxLvUKTfDwX6XCAUeqZwkU/r+ZsELU= +github.com/skip-mev/slinky v1.0.11 h1:1Guw2nKaLkbfJCCcrYXiU0hbP1iHKS3X8xmFsKZLnzw= +github.com/skip-mev/slinky v1.0.11/go.mod h1:8mxMdQ8MY8QAxgxLvUKTfDwX6XCAUeqZwkU/r+ZsELU= github.com/skip-mev/slinky/tests/integration v1.1.0 h1:QQo0E0WqE6G3ejwogkVnWJGWebtkbC3Ry1m6KyMSQ2A= github.com/skip-mev/slinky/tests/integration v1.1.0/go.mod h1:MQtr5sHRG9O8Ytl7Anlqs01Cm+DtgP13p+TOn7KPjGo= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=