Skip to content

Commit 1a1d940

Browse files
Bump github.com/lmittmann/flashbots from 0.6.2 to 0.6.3 (#24)
Bumps [github.com/lmittmann/flashbots](https://github.com/lmittmann/flashbots) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/lmittmann/flashbots/releases) - [Commits](lmittmann/flashbots@v0.6.2...v0.6.3) --- updated-dependencies: - dependency-name: github.com/lmittmann/flashbots dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bfb1c67 commit 1a1d940

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
1212
github.com/gobwas/ws v1.2.1
1313
github.com/klauspost/compress v1.16.5
14-
github.com/lmittmann/flashbots v0.6.2
14+
github.com/lmittmann/flashbots v0.6.3
1515
github.com/lmittmann/w3 v0.12.0
1616
github.com/miguelmota/go-ethereum-hdwallet v0.1.1
1717
github.com/mitchellh/mapstructure v1.5.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ github.com/labstack/echo/v4 v4.5.0/go.mod h1:czIriw4a0C1dFun+ObrXp7ok03xON0N1awS
476476
github.com/labstack/gommon v0.3.0/go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k=
477477
github.com/leanovate/gopter v0.2.9/go.mod h1:U2L/78B+KVFIx2VmW6onHJQzXtFb+p5y3y2Sh+Jxxv8=
478478
github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
479-
github.com/lmittmann/flashbots v0.6.2 h1:ycw/3bUt9BiAE6wD/QCZMdfVQDRKEVONzlbwsDvpWlc=
480-
github.com/lmittmann/flashbots v0.6.2/go.mod h1:KKsuvpdpiGTusoKoP17rxVKbNd9idEcfaNHU7t26zFA=
479+
github.com/lmittmann/flashbots v0.6.3 h1:VRgILo50OyCrHmaJAPqRHi14hE9ZsmLn06hR83M2/ic=
480+
github.com/lmittmann/flashbots v0.6.3/go.mod h1:9dUUGkgvap+GnIuvXi28NBtGl1KPw+W7RjQpTOvEzCw=
481481
github.com/lmittmann/w3 v0.12.0 h1:byPGAYWAcGIjBzhDEEcC3kGEOJACyUaeNwR89dgSP9Y=
482482
github.com/lmittmann/w3 v0.12.0/go.mod h1:qIdwFvMZTEdUn03ZmCyZJJXjPS+nsy0WHsQRByJBYKg=
483483
github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=

0 commit comments

Comments
 (0)