We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c9109 commit a718398Copy full SHA for a718398
go.mod
@@ -10,6 +10,7 @@ require (
10
github.com/ethereum/go-ethereum v1.15.3
11
github.com/flashbots/go-boost-utils v1.9.0
12
github.com/flashbots/mev-boost-relay v0.30.0-rc1
13
+ github.com/google/uuid v1.6.0
14
github.com/hashicorp/go-uuid v1.0.3
15
github.com/holiman/uint256 v1.3.2
16
github.com/prysmaticlabs/prysm/v5 v5.3.0
@@ -70,7 +71,6 @@ require (
70
71
github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e // indirect
72
github.com/google/go-cmp v0.7.0 // indirect
73
github.com/google/gofuzz v1.2.0 // indirect
- github.com/google/uuid v1.6.0 // indirect
74
github.com/gorilla/mux v1.8.1 // indirect
75
github.com/gorilla/websocket v1.5.3 // indirect
76
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
0 commit comments