@@ -3,17 +3,17 @@ module github.com/flashbots/builder-playground
3
3
go 1.24.0
4
4
5
5
require (
6
+ github.com/OffchainLabs/prysm/v6 v6.0.2
6
7
github.com/alicebob/miniredis/v2 v2.34.0
7
8
github.com/charmbracelet/bubbles v0.20.0
8
9
github.com/charmbracelet/lipgloss v1.0.0
9
10
github.com/docker/docker v28.0.1+incompatible
10
- github.com/ethereum/go-ethereum v1.15.3
11
+ github.com/ethereum/go-ethereum v1.15.9
11
12
github.com/flashbots/go-boost-utils v1.9.0
12
13
github.com/flashbots/mev-boost-relay v0.30.0-rc1
13
14
github.com/google/uuid v1.6.0
14
15
github.com/hashicorp/go-uuid v1.0.3
15
16
github.com/holiman/uint256 v1.3.2
16
- github.com/prysmaticlabs/prysm/v5 v5.3.0
17
17
github.com/sirupsen/logrus v1.9.3
18
18
github.com/spf13/cobra v1.9.1
19
19
github.com/spf13/pflag v1.0.6
@@ -37,6 +37,7 @@ require (
37
37
github.com/bits-and-blooms/bitset v1.20.0 // indirect
38
38
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 // indirect
39
39
github.com/buger/jsonparser v1.1.1 // indirect
40
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
40
41
github.com/cespare/xxhash/v2 v2.3.0 // indirect
41
42
github.com/charmbracelet/bubbletea v1.3.4 // indirect
42
43
github.com/charmbracelet/x/ansi v0.8.0 // indirect
@@ -74,6 +75,7 @@ require (
74
75
github.com/google/gofuzz v1.2.0 // indirect
75
76
github.com/gorilla/mux v1.8.1 // indirect
76
77
github.com/gorilla/websocket v1.5.3 // indirect
78
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
77
79
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
78
80
github.com/herumi/bls-eth-go-binary v1.31.0 // indirect
79
81
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
@@ -132,24 +134,24 @@ require (
132
134
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
133
135
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
134
136
go.opentelemetry.io/otel v1.35.0 // indirect
135
- go.opentelemetry.io/otel/exporters/jaeger v1.17 .0 // indirect
137
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35 .0 // indirect
136
138
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 // indirect
137
139
go.opentelemetry.io/otel/exporters/prometheus v0.56.0 // indirect
138
140
go.opentelemetry.io/otel/metric v1.35.0 // indirect
139
141
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
140
142
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
141
143
go.opentelemetry.io/otel/trace v1.35.0 // indirect
144
+ go.opentelemetry.io/proto/otlp v1.5.0 // indirect
142
145
go.uber.org/atomic v1.11.0 // indirect
143
146
go.uber.org/multierr v1.11.0 // indirect
144
147
go.uber.org/zap v1.27.0 // indirect
145
- golang.org/x/crypto v0.33.0 // indirect
146
- golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
147
- golang.org/x/net v0.35.0 // indirect
148
- golang.org/x/oauth2 v0.25.0 // indirect
149
- golang.org/x/sync v0.11.0 // indirect
150
- golang.org/x/sys v0.30.0 // indirect
151
- golang.org/x/term v0.29.0 // indirect
152
- golang.org/x/text v0.22.0 // indirect
148
+ golang.org/x/crypto v0.36.0 // indirect
149
+ golang.org/x/net v0.38.0 // indirect
150
+ golang.org/x/oauth2 v0.26.0 // indirect
151
+ golang.org/x/sync v0.12.0 // indirect
152
+ golang.org/x/sys v0.31.0 // indirect
153
+ golang.org/x/term v0.30.0 // indirect
154
+ golang.org/x/text v0.23.0 // indirect
153
155
golang.org/x/time v0.9.0 // indirect
154
156
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
155
157
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
0 commit comments