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=