From d973e7a694f0b7e0dd33b6261b030e6ae753fd31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 01:19:57 +0000 Subject: [PATCH] Bump github.com/flashbots/go-utils from 0.10.0 to 0.15.0 Bumps [github.com/flashbots/go-utils](https://github.com/flashbots/go-utils) from 0.10.0 to 0.15.0. - [Commits](https://github.com/flashbots/go-utils/compare/v0.10.0...v0.15.0) --- updated-dependencies: - dependency-name: github.com/flashbots/go-utils dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 dfb50f80..ac9b16b8 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24.0 require ( github.com/ethereum/go-ethereum v1.15.9 github.com/flashbots/go-boost-utils v1.9.0 - github.com/flashbots/go-utils v0.10.0 + github.com/flashbots/go-utils v0.15.0 github.com/google/uuid v1.6.0 github.com/gorilla/mux v1.8.1 github.com/holiman/uint256 v1.3.2 diff --git a/go.sum b/go.sum index 438f6791..655cee51 100644 --- a/go.sum +++ b/go.sum @@ -33,8 +33,8 @@ github.com/ferranbt/fastssz v0.1.4 h1:OCDB+dYDEQDvAgtAGnTSidK1Pe2tW3nFV40XyMkTeD github.com/ferranbt/fastssz v0.1.4/go.mod h1:Ea3+oeoRGGLGm5shYAeDgu6PGUlcvQhE2fILyD9+tGg= github.com/flashbots/go-boost-utils v1.9.0 h1:KtTE70OYEJmIhK0GxLmXChgBTtBN6fbBK+klwP79AEM= github.com/flashbots/go-boost-utils v1.9.0/go.mod h1:vqZMGJCgwbS9WUVRzqfkn4ttRXiul4vKSu5iDtAKDfs= -github.com/flashbots/go-utils v0.10.0 h1:75XWewRO5GIhdLn8+vqdzzuoqJh+j8wN54A++Id7W0Y= -github.com/flashbots/go-utils v0.10.0/go.mod h1:i4xxEB6sHDFfNWEIfh+rP6nx3LxynEn8AOZa05EYgwA= +github.com/flashbots/go-utils v0.15.0 h1:bjZgVyYJYRQi2KI7KsfNILhqgPXtrMbZ4ejyYubtEc8= +github.com/flashbots/go-utils v0.15.0/go.mod h1:vESXnJKP/r6WRrf8pr87Dr0gJdkGUpzOiMae8yangEc= github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0= github.com/go-ole/go-ole v1.3.0 h1:Dt6ye7+vXGIKZ7Xtk4s6/xVdGDQynvom7xCFEdWr6uE= github.com/go-ole/go-ole v1.3.0/go.mod h1:5LS6F96DhAwUc7C+1HLexzMXY1xGRSryjyPPKW6zv78=