@@ -10,12 +10,12 @@ go 1.21
10
10
require (
11
11
github.com/DataDog/zstd v1.5.2
12
12
github.com/NYTimes/gziphandler v1.1.1
13
- github.com/ava-labs/coreth v0.13.2-stake-sampling .2
13
+ github.com/ava-labs/coreth v0.13.2-rc .2
14
14
github.com/ava-labs/ledger-avalanche/go v0.0.0-20231102202641-ae2ebdaeac34
15
15
github.com/btcsuite/btcd/btcutil v1.1.3
16
16
github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811
17
17
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0
18
- github.com/ethereum/go-ethereum v1.12.0
18
+ github.com/ethereum/go-ethereum v1.12.2
19
19
github.com/google/btree v1.1.2
20
20
github.com/google/renameio/v2 v2.0.0
21
21
github.com/google/uuid v1.6.0
@@ -38,7 +38,7 @@ require (
38
38
github.com/rs/cors v1.7.0
39
39
github.com/shirou/gopsutil v3.21.11+incompatible
40
40
github.com/spf13/cast v1.5.0
41
- github.com/spf13/cobra v1.0 .0
41
+ github.com/spf13/cobra v1.5 .0
42
42
github.com/spf13/pflag v1.0.5
43
43
github.com/spf13/viper v1.12.0
44
44
github.com/stretchr/testify v1.8.4
@@ -60,7 +60,7 @@ require (
60
60
golang.org/x/net v0.20.0
61
61
golang.org/x/sync v0.6.0
62
62
golang.org/x/term v0.16.0
63
- golang.org/x/time v0.0.0-20220922220347-f3bd1da661af
63
+ golang.org/x/time v0.3.0
64
64
gonum.org/v1/gonum v0.11.0
65
65
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80
66
66
google.golang.org/grpc v1.62.0
@@ -73,17 +73,22 @@ require (
73
73
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
74
74
github.com/VictoriaMetrics/fastcache v1.10.0 // indirect
75
75
github.com/beorn7/perks v1.0.1 // indirect
76
+ github.com/bits-and-blooms/bitset v1.7.0 // indirect
76
77
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
77
78
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
78
79
github.com/cespare/xxhash/v2 v2.2.0 // indirect
79
80
github.com/cockroachdb/errors v1.9.1 // indirect
80
81
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
81
82
github.com/cockroachdb/redact v1.1.3 // indirect
83
+ github.com/consensys/bavard v0.1.13 // indirect
84
+ github.com/consensys/gnark-crypto v0.10.0 // indirect
82
85
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
86
+ github.com/crate-crypto/go-kzg-4844 v0.3.0 // indirect
83
87
github.com/davecgh/go-spew v1.1.1 // indirect
84
88
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
85
89
github.com/dlclark/regexp2 v1.7.0 // indirect
86
90
github.com/dop251/goja v0.0.0-20230605162241-28ee0ee714f3 // indirect
91
+ github.com/ethereum/c-kzg-4844 v0.3.1 // indirect
87
92
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
88
93
github.com/frankban/quicktest v1.14.4 // indirect
89
94
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -104,8 +109,9 @@ require (
104
109
github.com/hashicorp/go-bexpr v0.1.10 // indirect
105
110
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
106
111
github.com/hashicorp/hcl v1.0.0 // indirect
112
+ github.com/holiman/billy v0.0.0-20230718173358-1c7e68d277a7 // indirect
107
113
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
108
- github.com/holiman/uint256 v1.2.2-0.20230321075855-87b91420868c // indirect
114
+ github.com/holiman/uint256 v1.2.3 // indirect
109
115
github.com/inconshreveable/mousetrap v1.0.0 // indirect
110
116
github.com/klauspost/compress v1.15.15 // indirect
111
117
github.com/kr/pretty v0.3.1 // indirect
@@ -116,6 +122,7 @@ require (
116
122
github.com/mattn/go-runewidth v0.0.9 // indirect
117
123
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
118
124
github.com/mitchellh/pointerstructure v1.2.0 // indirect
125
+ github.com/mmcloughlin/addchain v0.4.0 // indirect
119
126
github.com/olekukonko/tablewriter v0.0.5 // indirect
120
127
github.com/pelletier/go-toml v1.9.5 // indirect
121
128
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
@@ -133,7 +140,7 @@ require (
133
140
github.com/tklauser/go-sysconf v0.3.5 // indirect
134
141
github.com/tklauser/numcpus v0.2.2 // indirect
135
142
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
136
- github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa // indirect
143
+ github.com/urfave/cli/v2 v2.24.1 // indirect
137
144
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
138
145
github.com/yusufpapurcu/wmi v1.2.2 // indirect
139
146
github.com/zondax/hid v0.9.2 // indirect
@@ -148,4 +155,5 @@ require (
148
155
gopkg.in/ini.v1 v1.67.0 // indirect
149
156
gopkg.in/yaml.v2 v2.4.0 // indirect
150
157
gopkg.in/yaml.v3 v3.0.1 // indirect
158
+ rsc.io/tmplfunc v0.0.3 // indirect
151
159
)
0 commit comments