@@ -12,7 +12,7 @@ require (
12
12
github.com/aws/aws-sdk-go-v2/service/route53 v1.30.2
13
13
github.com/btcsuite/btcd/btcec/v2 v2.2.0
14
14
github.com/cespare/cp v0.1.0
15
- github.com/cloudflare/cloudflare-go v0.14 .0
15
+ github.com/cloudflare/cloudflare-go v0.79 .0
16
16
github.com/cockroachdb/errors v1.8.1
17
17
github.com/cockroachdb/pebble v0.0.0-20230928194634-aa077af62593
18
18
github.com/consensys/gnark-crypto v0.12.1
@@ -22,7 +22,7 @@ require (
22
22
github.com/docker/docker v24.0.5+incompatible
23
23
github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127
24
24
github.com/ethereum/c-kzg-4844 v0.3.1
25
- github.com/fatih/color v1.7 .0
25
+ github.com/fatih/color v1.13 .0
26
26
github.com/fjl/gencodec v0.0.0-20230517082657-f9840df7b83e
27
27
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5
28
28
github.com/fsnotify/fsnotify v1.6.0
@@ -58,7 +58,7 @@ require (
58
58
github.com/rs/cors v1.7.0
59
59
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible
60
60
github.com/status-im/keycard-go v0.2.0
61
- github.com/stretchr/testify v1.8.2
61
+ github.com/stretchr/testify v1.8.4
62
62
github.com/supranational/blst v0.3.11
63
63
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
64
64
github.com/tyler-smith/go-bip39 v1.1.0
@@ -105,16 +105,20 @@ require (
105
105
github.com/garslo/gogen v0.0.0-20170306192744-1d203ffc1f61 // indirect
106
106
github.com/go-ole/go-ole v1.2.5 // indirect
107
107
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
108
+ github.com/goccy/go-json v0.10.2 // indirect
108
109
github.com/gogo/protobuf v1.3.2 // indirect
109
110
github.com/google/go-cmp v0.5.9 // indirect
111
+ github.com/google/go-querystring v1.1.0 // indirect
110
112
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
113
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
114
+ github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
111
115
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
112
116
github.com/jmespath/go-jmespath v0.4.0 // indirect
113
117
github.com/kilic/bls12-381 v0.1.0 // indirect
114
118
github.com/klauspost/compress v1.15.15 // indirect
115
119
github.com/kr/pretty v0.3.1 // indirect
116
120
github.com/kr/text v0.2.0 // indirect
117
- github.com/mattn/go-runewidth v0.0.9 // indirect
121
+ github.com/mattn/go-runewidth v0.0.13 // indirect
118
122
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
119
123
github.com/mitchellh/mapstructure v1.4.1 // indirect
120
124
github.com/mitchellh/pointerstructure v1.2.0 // indirect
@@ -127,13 +131,14 @@ require (
127
131
github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a // indirect
128
132
github.com/prometheus/common v0.32.1 // indirect
129
133
github.com/prometheus/procfs v0.7.3 // indirect
134
+ github.com/rivo/uniseg v0.2.0 // indirect
130
135
github.com/rogpeppe/go-internal v1.9.0 // indirect
131
136
github.com/russross/blackfriday/v2 v2.1.0 // indirect
132
137
github.com/tklauser/go-sysconf v0.3.12 // indirect
133
138
github.com/tklauser/numcpus v0.6.1 // indirect
134
139
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
135
140
golang.org/x/mod v0.12.0 // indirect
136
- golang.org/x/net v0.15 .0 // indirect
141
+ golang.org/x/net v0.17 .0 // indirect
137
142
google.golang.org/protobuf v1.27.1 // indirect
138
143
gopkg.in/yaml.v2 v2.4.0 // indirect
139
144
gotest.tools/v3 v3.5.1 // indirect
0 commit comments