forked from flashbots/mev-boost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 959 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/flashbots/mev-boost
go 1.18
require (
github.com/ethereum/go-ethereum v1.10.17
github.com/flashbots/go-boost-utils v0.3.5
github.com/flashbots/go-utils v0.4.5
github.com/gorilla/mux v1.8.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ferranbt/fastssz v0.1.2-0.20220723134332-b3d3034a4575 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/supranational/blst v0.3.7 // indirect
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)