@@ -8,7 +8,7 @@ require (
8
8
github.com/covalenthq/lenspath v0.3.2
9
9
github.com/covalenthq/lumberjack/v3 v3.0.1
10
10
github.com/elodina/go-avro v0.0.0-20160406082632-0c8185d9a3ba
11
- github.com/ethereum/go-ethereum v1.14.12
11
+ github.com/ethereum/go-ethereum v1.14.13
12
12
github.com/go-redis/redis/v7 v7.4.1
13
13
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
14
14
github.com/gorilla/websocket v1.5.3 // indirect
@@ -23,6 +23,8 @@ require (
23
23
gopkg.in/avro.v0 v0.0.0-20171217001914-a730b5802183
24
24
)
25
25
26
+ require github.com/stretchr/testify v1.9.0
27
+
26
28
require (
27
29
cloud.google.com/go/bigquery v1.50.0 // indirect
28
30
github.com/Microsoft/go-winio v0.6.2 // indirect
@@ -35,6 +37,7 @@ require (
35
37
github.com/consensys/gnark-crypto v0.12.1 // indirect
36
38
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
37
39
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
40
+ github.com/davecgh/go-spew v1.1.1 // indirect
38
41
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
39
42
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
40
43
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
@@ -49,16 +52,17 @@ require (
49
52
github.com/oapi-codegen/runtime v1.0.0 // indirect
50
53
github.com/onsi/gomega v1.19.0 // indirect
51
54
github.com/pierrec/lz4/v4 v4.1.15 // indirect
55
+ github.com/pmezard/go-difflib v1.0.0 // indirect
52
56
github.com/rs/cors v1.8.2 // indirect
53
57
github.com/sergi/go-diff v1.1.0 // indirect
54
- github.com/stretchr/objx v0.5.0 // indirect
55
58
github.com/supranational/blst v0.3.13 // indirect
56
59
github.com/uber/jaeger-client-go v2.28.0+incompatible // indirect
57
60
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
58
61
github.com/xlab/treeprint v1.0.0 // indirect
59
62
github.com/yusufpapurcu/wmi v1.2.2 // indirect
60
63
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
61
64
gonum.org/v1/gonum v0.11.0 // indirect
65
+ gopkg.in/yaml.v3 v3.0.1 // indirect
62
66
rsc.io/tmplfunc v0.0.3 // indirect
63
67
)
64
68
0 commit comments