From de5b7c7c1837e184b54815400c775759e105bab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 22:40:09 +0000 Subject: [PATCH] chore(deps): bump github.com/skip-mev/connect/v2 from 2.1.0 to 2.1.1 Bumps [github.com/skip-mev/connect/v2](https://github.com/skip-mev/connect) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/skip-mev/connect/releases) - [Changelog](https://github.com/skip-mev/connect/blob/main/.goreleaser.yml) - [Commits](https://github.com/skip-mev/connect/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: github.com/skip-mev/connect/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a5da1b88..56776cf5 100644 --- a/go.mod +++ b/go.mod @@ -55,7 +55,7 @@ require ( github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 github.com/prometheus/client_golang v1.20.4 github.com/rakyll/statik v0.1.7 - github.com/skip-mev/connect/v2 v2.1.0 + github.com/skip-mev/connect/v2 v2.1.1 github.com/skip-mev/feemarket v1.1.1 github.com/spf13/cast v1.7.0 github.com/spf13/cobra v1.8.1 diff --git a/go.sum b/go.sum index b41694f9..2dee274f 100644 --- a/go.sum +++ b/go.sum @@ -1126,8 +1126,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/connect/v2 v2.1.0 h1:YYGtVBug3ZDy+uE+iGrlWtSd+shKt82vajEzddiciiw= -github.com/skip-mev/connect/v2 v2.1.0/go.mod h1:O/575IPwdz/VSJQip4ETrabACsBbesv5h2E7nsExU/Q= +github.com/skip-mev/connect/v2 v2.1.1 h1:mOW9ZWpET+eWIP0rcPDZXrC6GRtVunAxkC/5WqamdQs= +github.com/skip-mev/connect/v2 v2.1.1/go.mod h1:eOccZe513enDvx3BKhrO7iKLDahwdDsOS/1hmr8SR/Y= github.com/skip-mev/feemarket v1.1.1 h1:L34K7N2J6o635kzNYRAvQ93+hAFtSiJ2t03jmaNx0zw= github.com/skip-mev/feemarket v1.1.1/go.mod h1:DUa6djUsTeMOrbrcIZqWSVxU9IZNCXp96ruaojyBNpc= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=