Skip to content

Commit a718398

Browse files
authored
Clean go.mod (#137)
1 parent 87c9109 commit a718398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
github.com/ethereum/go-ethereum v1.15.3
1111
github.com/flashbots/go-boost-utils v1.9.0
1212
github.com/flashbots/mev-boost-relay v0.30.0-rc1
13+
github.com/google/uuid v1.6.0
1314
github.com/hashicorp/go-uuid v1.0.3
1415
github.com/holiman/uint256 v1.3.2
1516
github.com/prysmaticlabs/prysm/v5 v5.3.0
@@ -70,7 +71,6 @@ require (
7071
github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e // indirect
7172
github.com/google/go-cmp v0.7.0 // indirect
7273
github.com/google/gofuzz v1.2.0 // indirect
73-
github.com/google/uuid v1.6.0 // indirect
7474
github.com/gorilla/mux v1.8.1 // indirect
7575
github.com/gorilla/websocket v1.5.3 // indirect
7676
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect

0 commit comments

Comments
 (0)