File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/flashbots/mev-boost
22
3- go 1.24.0
3+ go 1.25
44
55require (
66 github.com/VictoriaMetrics/metrics v1.40.1
@@ -40,7 +40,7 @@ require (
4040
4141require (
4242 github.com/attestantio/go-builder-client v0.7.2
43- github.com/attestantio/go-eth2-client v0.27.1
43+ github.com/attestantio/go-eth2-client v0.27.2
4444 github.com/davecgh/go-spew v1.1.1 // indirect
4545 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
4646 github.com/ferranbt/fastssz v0.1.4 // indirect
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/VictoriaMetrics/metrics v1.40.1 h1:FrF5uJRpIVj9fayWcn8xgiI+FYsKGMslzP
44github.com/VictoriaMetrics/metrics v1.40.1 /go.mod h1:XE4uudAAIRaJE614Tl5HMrtoEU6+GDZO4QTnNSsZRuA =
55github.com/attestantio/go-builder-client v0.7.2 h1:bOrtysEIZd9bEM+mAeT6OtAo6LSAft/qylBLwFoFwZ0 =
66github.com/attestantio/go-builder-client v0.7.2 /go.mod h1:+NADxbaknI5yxl+0mCkMa/VciVsesxRMGNP/poDfV08 =
7- github.com/attestantio/go-eth2-client v0.27.1 h1:g7bm+gG/p+gfzYdEuxuAepVWYb8EO+2KojV5/Lo2BxM =
8- github.com/attestantio/go-eth2-client v0.27.1 /go.mod h1:fvULSL9WtNskkOB4i+Yyr6BKpNHXvmpGZj9969fCrfY =
7+ github.com/attestantio/go-eth2-client v0.27.2 h1:VjA9R39ovy8ryb7IpFfD5eLYBg/20biztxh6fKZ7/K0 =
8+ github.com/attestantio/go-eth2-client v0.27.2 /go.mod h1:i56XBegxVt7wXupnLBOj9IyGwy5cqaoTsCSKlwTubEU =
99github.com/bits-and-blooms/bitset v1.22.0 h1:Tquv9S8+SGaS3EhyA+up3FXzmkhxPGjQQCkcs2uw7w4 =
1010github.com/bits-and-blooms/bitset v1.22.0 /go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8 =
1111github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
You can’t perform that action at this time.
0 commit comments