1
1
module github.com/iotexproject/iotex-core/v2
2
2
3
- go 1.21.11
3
+ go 1.22.12
4
4
5
5
require (
6
6
github.com/agiledragon/gomonkey/v2 v2.11.0
@@ -15,7 +15,7 @@ require (
15
15
github.com/go-resty/resty/v2 v2.15.3
16
16
github.com/golang/mock v1.6.0
17
17
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
18
- github.com/gorilla/websocket v1.5.0
18
+ github.com/gorilla/websocket v1.5.3
19
19
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
20
20
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
21
21
github.com/hashicorp/vault/api v1.1.0
@@ -29,39 +29,39 @@ require (
29
29
github.com/iotexproject/iotex-election v0.3.7-0.20250204145548-654ace326d3e
30
30
github.com/iotexproject/iotex-proto v0.6.4
31
31
github.com/ipfs/go-ipfs-api v0.7.0
32
- github.com/libp2p/go-libp2p v0.32 .2
32
+ github.com/libp2p/go-libp2p v0.33 .2
33
33
github.com/mackerelio/go-osstat v0.2.4
34
34
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
35
35
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
36
- github.com/multiformats/go-multiaddr v0.13 .0
36
+ github.com/multiformats/go-multiaddr v0.14 .0
37
37
github.com/pkg/errors v0.9.1
38
- github.com/prometheus/client_golang v1.17.0
39
- github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16
38
+ github.com/prometheus/client_golang v1.20.5
39
+ github.com/prometheus/client_model v0.6.1
40
40
github.com/rodaine/table v1.0.1
41
41
github.com/schollz/progressbar/v2 v2.15.0
42
42
github.com/shirou/gopsutil/v3 v3.22.8
43
43
github.com/spf13/cobra v1.5.0
44
- github.com/stretchr/testify v1.9 .0
44
+ github.com/stretchr/testify v1.10 .0
45
45
github.com/tidwall/gjson v1.11.0
46
46
github.com/tyler-smith/go-bip39 v1.1.0
47
47
github.com/uptrace/opentelemetry-go-extra/otelzap v0.2.2
48
48
go.elastic.co/ecszap v1.0.0
49
49
go.etcd.io/bbolt v1.3.6
50
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42 .0
51
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42 .0
50
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46 .0
51
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46 .0
52
52
go.opentelemetry.io/otel v1.29.0
53
53
go.opentelemetry.io/otel/exporters/jaeger v1.17.0
54
54
go.opentelemetry.io/otel/sdk v1.29.0
55
55
go.opentelemetry.io/otel/trace v1.29.0
56
56
go.uber.org/atomic v1.11.0
57
57
go.uber.org/automaxprocs v1.5.2
58
58
go.uber.org/config v1.3.1
59
- go.uber.org/zap v1.26 .0
59
+ go.uber.org/zap v1.27 .0
60
60
golang.org/x/crypto v0.32.0
61
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
61
+ golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
62
62
golang.org/x/net v0.34.0
63
- golang.org/x/sync v0.10 .0
64
- golang.org/x/text v0.21 .0
63
+ golang.org/x/sync v0.11 .0
64
+ golang.org/x/text v0.22 .0
65
65
golang.org/x/time v0.6.0
66
66
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
67
67
google.golang.org/grpc v1.67.3
@@ -78,10 +78,10 @@ require (
78
78
github.com/beorn7/perks v1.0.1 // indirect
79
79
github.com/bits-and-blooms/bitset v1.10.0 // indirect
80
80
github.com/blang/semver/v4 v4.0.0 // indirect
81
- github.com/btcsuite/btcd v0.23.3 // indirect
81
+ github.com/btcsuite/btcd v0.24.2 // indirect
82
82
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
83
- github.com/btcsuite/btcd/btcutil v1.1.0 // indirect
84
- github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
83
+ github.com/btcsuite/btcd/btcutil v1.1.5 // indirect
84
+ github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
85
85
github.com/cockroachdb/errors v1.8.1 // indirect
86
86
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f // indirect
87
87
github.com/cockroachdb/redact v1.0.8 // indirect
@@ -97,16 +97,16 @@ require (
97
97
github.com/davecgh/go-spew v1.1.1 // indirect
98
98
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
99
99
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
100
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
100
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
101
101
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
102
102
github.com/dlclark/regexp2 v1.7.0 // indirect
103
103
github.com/docker/go-units v0.5.0 // indirect
104
104
github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127 // indirect
105
105
github.com/dustinxie/gmsm v1.4.0 // indirect
106
- github.com/elastic/gosigar v0.14.2 // indirect
106
+ github.com/elastic/gosigar v0.14.3 // indirect
107
107
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
108
- github.com/felixge/httpsnoop v1.0.3 // indirect
109
- github.com/flynn/noise v1.0 .0 // indirect
108
+ github.com/felixge/httpsnoop v1.0.4 // indirect
109
+ github.com/flynn/noise v1.1 .0 // indirect
110
110
github.com/francoispqt/gojay v1.2.13 // indirect
111
111
github.com/fsnotify/fsnotify v1.6.0 // indirect
112
112
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
@@ -115,64 +115,63 @@ require (
115
115
github.com/go-logr/stdr v1.2.2 // indirect
116
116
github.com/go-ole/go-ole v1.3.0 // indirect
117
117
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
118
- github.com/go-task/slim-sprig v0 .0.0-20230315185526-52ccab3ef572 // indirect
118
+ github.com/go-task/slim-sprig/v3 v3 .0.0 // indirect
119
119
github.com/godbus/dbus/v5 v5.1.0 // indirect
120
120
github.com/gofrs/flock v0.8.1 // indirect
121
121
github.com/gogo/protobuf v1.3.2 // indirect
122
122
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
123
123
github.com/golang/protobuf v1.5.4 // indirect
124
124
github.com/google/gopacket v1.1.19 // indirect
125
- github.com/google/pprof v0.0.0-20231023181126-ff6d637d2a7b // indirect
125
+ github.com/google/pprof v0.0.0-20250202011525-fc3143867406 // indirect
126
126
github.com/google/uuid v1.6.0 // indirect
127
127
github.com/hashicorp/errwrap v1.1.0 // indirect
128
128
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
129
129
github.com/hashicorp/go-multierror v1.1.1 // indirect
130
- github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
130
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
131
131
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
132
132
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
133
133
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
134
- github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
134
+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
135
135
github.com/hashicorp/hcl v1.0.0 // indirect
136
136
github.com/hashicorp/vault/sdk v0.1.14-0.20200519221838-e0cfd64bc267 // indirect
137
137
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
138
138
github.com/huin/goupnp v1.3.0 // indirect
139
139
github.com/inconshreveable/mousetrap v1.0.0 // indirect
140
140
github.com/ipfs/boxo v0.12.0 // indirect
141
- github.com/ipfs/go-cid v0.4.1 // indirect
141
+ github.com/ipfs/go-cid v0.5.0 // indirect
142
142
github.com/ipfs/go-datastore v0.6.0 // indirect
143
143
github.com/ipfs/go-log v1.0.5 // indirect
144
144
github.com/ipfs/go-log/v2 v2.5.1 // indirect
145
145
github.com/ipld/go-ipld-prime v0.21.0 // indirect
146
146
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
147
147
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
148
148
github.com/jbenet/goprocess v0.1.4 // indirect
149
- github.com/klauspost/compress v1.17.2 // indirect
150
- github.com/klauspost/cpuid/v2 v2.2.6 // indirect
151
- github.com/koron/go-ssdp v0.0.4 // indirect
149
+ github.com/klauspost/compress v1.17.11 // indirect
150
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
151
+ github.com/koron/go-ssdp v0.0.5 // indirect
152
152
github.com/kr/pretty v0.3.1 // indirect
153
153
github.com/kr/text v0.2.0 // indirect
154
154
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
155
155
github.com/libp2p/go-cidranger v1.1.0 // indirect
156
- github.com/libp2p/go-flow-metrics v0.1 .0 // indirect
157
- github.com/libp2p/go-libp2p-asn-util v0.3.0 // indirect
156
+ github.com/libp2p/go-flow-metrics v0.2 .0 // indirect
157
+ github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
158
158
github.com/libp2p/go-libp2p-kad-dht v0.25.2 // indirect
159
159
github.com/libp2p/go-libp2p-kbucket v0.6.3 // indirect
160
160
github.com/libp2p/go-libp2p-pubsub v0.10.0 // indirect
161
161
github.com/libp2p/go-libp2p-record v0.2.0 // indirect
162
162
github.com/libp2p/go-libp2p-routing-helpers v0.7.2 // indirect
163
163
github.com/libp2p/go-msgio v0.3.0 // indirect
164
164
github.com/libp2p/go-nat v0.2.0 // indirect
165
- github.com/libp2p/go-netroute v0.2.1 // indirect
165
+ github.com/libp2p/go-netroute v0.2.2 // indirect
166
166
github.com/libp2p/go-reuseport v0.4.0 // indirect
167
- github.com/libp2p/go-yamux/v4 v4.0.1 // indirect
167
+ github.com/libp2p/go-yamux/v4 v4.0.2 // indirect
168
168
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
169
169
github.com/magefile/mage v1.9.0 // indirect
170
170
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
171
171
github.com/mattn/go-isatty v0.0.20 // indirect
172
172
github.com/mattn/go-runewidth v0.0.13 // indirect
173
173
github.com/mattn/go-sqlite3 v1.14.5 // indirect
174
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
175
- github.com/miekg/dns v1.1.56 // indirect
174
+ github.com/miekg/dns v1.1.63 // indirect
176
175
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
177
176
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
178
177
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -183,27 +182,27 @@ require (
183
182
github.com/mr-tron/base58 v1.2.0 // indirect
184
183
github.com/multiformats/go-base32 v0.1.0 // indirect
185
184
github.com/multiformats/go-base36 v0.2.0 // indirect
186
- github.com/multiformats/go-multiaddr-dns v0.3 .1 // indirect
185
+ github.com/multiformats/go-multiaddr-dns v0.4 .1 // indirect
187
186
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
188
187
github.com/multiformats/go-multibase v0.2.0 // indirect
189
188
github.com/multiformats/go-multicodec v0.9.0 // indirect
190
189
github.com/multiformats/go-multihash v0.2.3 // indirect
191
- github.com/multiformats/go-multistream v0.5 .0 // indirect
190
+ github.com/multiformats/go-multistream v0.6 .0 // indirect
192
191
github.com/multiformats/go-varint v0.0.7 // indirect
192
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
193
193
github.com/olekukonko/tablewriter v0.0.5 // indirect
194
- github.com/onsi/ginkgo/v2 v2.13.0 // indirect
195
- github.com/opencontainers/runtime-spec v1.1 .0 // indirect
194
+ github.com/onsi/ginkgo/v2 v2.22.2 // indirect
195
+ github.com/opencontainers/runtime-spec v1.2 .0 // indirect
196
196
github.com/opentracing/opentracing-go v1.2.0 // indirect
197
197
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
198
198
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
199
199
github.com/pmezard/go-difflib v1.0.0 // indirect
200
200
github.com/polydawn/refmt v0.89.0 // indirect
201
201
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
202
- github.com/prometheus/common v0.44 .0 // indirect
203
- github.com/prometheus/procfs v0.11 .1 // indirect
202
+ github.com/prometheus/common v0.55 .0 // indirect
203
+ github.com/prometheus/procfs v0.15 .1 // indirect
204
204
github.com/quic-go/qpack v0.4.0 // indirect
205
- github.com/quic-go/qtls-go1-20 v0.3.4 // indirect
206
- github.com/quic-go/quic-go v0.39.4 // indirect
205
+ github.com/quic-go/quic-go v0.42.0 // indirect
207
206
github.com/quic-go/webtransport-go v0.6.0 // indirect
208
207
github.com/raulk/go-watchdog v1.3.0 // indirect
209
208
github.com/rivo/uniseg v0.2.0 // indirect
@@ -224,18 +223,18 @@ require (
224
223
github.com/yusufpapurcu/wmi v1.2.2 // indirect
225
224
go.opencensus.io v0.24.0 // indirect
226
225
go.opentelemetry.io/otel/metric v1.29.0 // indirect
227
- go.uber.org/dig v1.17.1 // indirect
228
- go.uber.org/fx v1.20.1 // indirect
229
- go.uber.org/mock v0.3 .0 // indirect
226
+ go.uber.org/dig v1.18.0 // indirect
227
+ go.uber.org/fx v1.23.0 // indirect
228
+ go.uber.org/mock v0.5 .0 // indirect
230
229
go.uber.org/multierr v1.11.0 // indirect
231
- golang.org/x/mod v0.17 .0 // indirect
232
- golang.org/x/sys v0.29 .0 // indirect
230
+ golang.org/x/mod v0.23 .0 // indirect
231
+ golang.org/x/sys v0.30 .0 // indirect
233
232
golang.org/x/term v0.28.0 // indirect
234
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
233
+ golang.org/x/tools v0.29.0 // indirect
235
234
gonum.org/v1/gonum v0.13.0 // indirect
236
235
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
237
236
gopkg.in/yaml.v3 v3.0.1 // indirect
238
- lukechampine.com/blake3 v1.2.1 // indirect
237
+ lukechampine.com/blake3 v1.3.0 // indirect
239
238
rsc.io/tmplfunc v0.0.3 // indirect
240
239
)
241
240
0 commit comments