From fd0b99b20fa910baf2bcf86784a7f7049e9fba96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 09:48:30 +0000 Subject: [PATCH] Bump github.com/flashbots/go-boost-utils from 1.2.0 to 1.2.1 Bumps [github.com/flashbots/go-boost-utils](/~https://github.com/flashbots/go-boost-utils) from 1.2.0 to 1.2.1. - [Release notes](/~https://github.com/flashbots/go-boost-utils/releases) - [Commits](/~https://github.com/flashbots/go-boost-utils/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: github.com/flashbots/go-boost-utils 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 4e7093a2..c37e862b 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/ethereum/go-ethereum v1.10.25 - github.com/flashbots/go-boost-utils v1.2.0 + github.com/flashbots/go-boost-utils v1.2.1 github.com/flashbots/go-utils v0.4.8 github.com/gorilla/mux v1.8.0 github.com/sirupsen/logrus v1.9.0 diff --git a/go.sum b/go.sum index bf60b574..2602b56e 100644 --- a/go.sum +++ b/go.sum @@ -42,8 +42,8 @@ github.com/ethereum/go-ethereum v1.10.25 h1:5dFrKJDnYf8L6/5o42abCE6a9yJm9cs4EJVR github.com/ethereum/go-ethereum v1.10.25/go.mod h1:EYFyF19u3ezGLD4RqOkLq+ZCXzYbLoNDdZlMt7kyKFg= github.com/ferranbt/fastssz v0.1.2-0.20220723134332-b3d3034a4575 h1:56lKKtcqQZ5sGjeuyBAeFwzcYuk32d8oqDvxQ9FUERA= github.com/ferranbt/fastssz v0.1.2-0.20220723134332-b3d3034a4575/go.mod h1:U2ZsxlYyvGeQGmadhz8PlEqwkBzDIhHwd3xuKrg2JIs= -github.com/flashbots/go-boost-utils v1.2.0 h1:sd++5dckD6WKKCsPTp/ixLZninQ6gZbfYqMdTJC/Z20= -github.com/flashbots/go-boost-utils v1.2.0/go.mod h1:n1l19EIadU8mNshTdz75qfa2Ld613b/FdzTHorkIqbM= +github.com/flashbots/go-boost-utils v1.2.1 h1:zyYl6DklIaD2zwzkFA4oyfr5v6O+4WY7FOeH2QpZYh0= +github.com/flashbots/go-boost-utils v1.2.1/go.mod h1:n1l19EIadU8mNshTdz75qfa2Ld613b/FdzTHorkIqbM= github.com/flashbots/go-utils v0.4.8 h1:WDJXryrqShGq4HFe+p1kGjObXSqzT7Sy/+9YvFpr5tM= github.com/flashbots/go-utils v0.4.8/go.mod h1:dBmSv4Cpqij4xKP50bdisAvFIo4/EgsY97BMpVjPzr0= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=