5
5
require (
6
6
contrib.go.opencensus.io/exporter/prometheus v0.4.2
7
7
github.com/BurntSushi/toml v1.3.0
8
- github.com/cespare/xxhash/v2 v2.2 .0
8
+ github.com/cespare/xxhash/v2 v2.3 .0
9
9
github.com/dgraph-io/badger/v2 v2.2007.4
10
10
github.com/docker/go-units v0.5.0
11
11
github.com/dtynn/dix v0.1.2
@@ -19,29 +19,29 @@ require (
19
19
github.com/filecoin-project/go-fil-commcid v0.1.0
20
20
github.com/filecoin-project/go-jsonrpc v0.3.1
21
21
github.com/filecoin-project/go-paramfetch v0.0.4
22
- github.com/filecoin-project/go-state-types v0.13.1
22
+ github.com/filecoin-project/go-state-types v0.14.0-rc1
23
23
github.com/filecoin-project/lotus v1.26.0
24
24
github.com/filecoin-project/specs-storage v0.4.1
25
- github.com/filecoin-project/venus v1.15.0
25
+ github.com/filecoin-project/venus v1.15.2-0.20240620050607-661dbc7ea598
26
26
github.com/golang/mock v1.6.0
27
- github.com/google/uuid v1.5 .0
27
+ github.com/google/uuid v1.6 .0
28
28
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
29
29
github.com/hashicorp/go-multierror v1.1.1
30
30
github.com/ipfs-force-community/damocles/manager-plugin v0.0.0-20231108073455-ac8eebc7d237
31
31
github.com/ipfs-force-community/metrics v1.0.1-0.20231207081445-30178e706d09
32
32
github.com/ipfs-force-community/venus-cluster-assets v0.1.0
33
- github.com/ipfs/boxo v0.18 .0
33
+ github.com/ipfs/boxo v0.20 .0
34
34
github.com/ipfs/go-cid v0.4.1
35
35
github.com/ipfs/go-datastore v0.6.0
36
36
github.com/ipfs/go-ds-leveldb v0.5.0
37
37
github.com/ipfs/go-ipld-cbor v0.1.0
38
38
github.com/ipfs/go-log/v2 v2.5.1
39
39
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
40
- github.com/libp2p/go-libp2p v0.33 .1
40
+ github.com/libp2p/go-libp2p v0.34 .1
41
41
github.com/mitchellh/go-homedir v1.1.0
42
42
github.com/mr-tron/base58 v1.2.0
43
43
github.com/mroth/weightedrand v0.4.1
44
- github.com/multiformats/go-multiaddr v0.12.3
44
+ github.com/multiformats/go-multiaddr v0.12.4
45
45
github.com/multiformats/go-multihash v0.2.3
46
46
github.com/patrickmn/go-cache v2.1.0+incompatible
47
47
github.com/samber/lo v1.39.0
@@ -52,10 +52,10 @@ require (
52
52
github.com/urfave/cli/v2 v2.25.5
53
53
go.mongodb.org/mongo-driver v1.10.1
54
54
go.opencensus.io v0.24.0
55
- go.uber.org/fx v1.20 .1
55
+ go.uber.org/fx v1.21 .1
56
56
go.uber.org/zap v1.27.0
57
- golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
58
- golang.org/x/sync v0.6 .0
57
+ golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
58
+ golang.org/x/sync v0.7 .0
59
59
)
60
60
61
61
require (
@@ -78,7 +78,7 @@ require (
78
78
github.com/crackcomm/go-gitignore v0.0.0-20231225121904-e25f5bc08668 // indirect
79
79
github.com/daaku/go.zipexe v1.0.2 // indirect
80
80
github.com/davecgh/go-spew v1.1.1 // indirect
81
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
81
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
82
82
github.com/detailyang/go-fallocate v0.0.0-20180908115635-432fa640bd2e // indirect
83
83
github.com/dgraph-io/ristretto v0.1.1 // indirect
84
84
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
@@ -118,9 +118,9 @@ require (
118
118
github.com/go-ole/go-ole v1.2.6 // indirect
119
119
github.com/godbus/dbus/v5 v5.1.0 // indirect
120
120
github.com/gogo/protobuf v1.3.2 // indirect
121
- github.com/golang/glog v1.1.2 // indirect
121
+ github.com/golang/glog v1.2.0 // indirect
122
122
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
123
- github.com/golang/protobuf v1.5.3 // indirect
123
+ github.com/golang/protobuf v1.5.4 // indirect
124
124
github.com/golang/snappy v0.0.4 // indirect
125
125
github.com/google/gopacket v1.1.19 // indirect
126
126
github.com/gorilla/mux v1.8.1 // indirect
@@ -134,21 +134,21 @@ require (
134
134
github.com/icza/backscanner v0.0.0-20210726202459-ac2ffc679f94 // indirect
135
135
github.com/ipfs/bbloom v0.0.4 // indirect
136
136
github.com/ipfs/go-block-format v0.2.0 // indirect
137
- github.com/ipfs/go-blockservice v0.5.1 // indirect
137
+ github.com/ipfs/go-blockservice v0.5.2 // indirect
138
138
github.com/ipfs/go-fs-lock v0.0.7 // indirect
139
139
github.com/ipfs/go-graphsync v0.16.0 // indirect
140
- github.com/ipfs/go-ipfs-blockstore v1.3.0 // indirect
140
+ github.com/ipfs/go-ipfs-blockstore v1.3.1 // indirect
141
141
github.com/ipfs/go-ipfs-cmds v0.10.0 // indirect
142
- github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
143
- github.com/ipfs/go-ipfs-exchange-interface v0.2.0 // indirect
142
+ github.com/ipfs/go-ipfs-ds-help v1.1.1 // indirect
143
+ github.com/ipfs/go-ipfs-exchange-interface v0.2.1 // indirect
144
144
github.com/ipfs/go-ipfs-util v0.0.3 // indirect
145
145
github.com/ipfs/go-ipld-format v0.6.0 // indirect
146
146
github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
147
147
github.com/ipfs/go-log v1.0.5 // indirect
148
148
github.com/ipfs/go-merkledag v0.11.0 // indirect
149
149
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
150
- github.com/ipfs/go-verifcid v0.0.2 // indirect
151
- github.com/ipld/go-car v0.6.1 // indirect
150
+ github.com/ipfs/go-verifcid v0.0.3 // indirect
151
+ github.com/ipld/go-car v0.6.2 // indirect
152
152
github.com/ipld/go-car/v2 v2.13.1 // indirect
153
153
github.com/ipld/go-codec-dagpb v1.6.0 // indirect
154
154
github.com/ipld/go-ipld-prime v0.21.0 // indirect
@@ -163,15 +163,16 @@ require (
163
163
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
164
164
github.com/jpillora/backoff v1.0.0 // indirect
165
165
github.com/kelseyhightower/envconfig v1.4.0 // indirect
166
- github.com/klauspost/compress v1.17.6 // indirect
166
+ github.com/klauspost/compress v1.17.8 // indirect
167
167
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
168
+ github.com/lib/pq v1.10.9 // indirect
168
169
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
169
170
github.com/libp2p/go-cidranger v1.1.0 // indirect
170
171
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
171
172
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
172
173
github.com/libp2p/go-libp2p-kad-dht v0.25.2 // indirect
173
174
github.com/libp2p/go-libp2p-kbucket v0.6.3 // indirect
174
- github.com/libp2p/go-libp2p-pubsub v0.10 .0 // indirect
175
+ github.com/libp2p/go-libp2p-pubsub v0.11 .0 // indirect
175
176
github.com/libp2p/go-libp2p-record v0.2.0 // indirect
176
177
github.com/libp2p/go-libp2p-routing-helpers v0.7.3 // indirect
177
178
github.com/libp2p/go-msgio v0.3.0 // indirect
@@ -181,30 +182,31 @@ require (
181
182
github.com/mattn/go-isatty v0.0.20 // indirect
182
183
github.com/mattn/go-runewidth v0.0.10 // indirect
183
184
github.com/mattn/go-sqlite3 v1.14.22 // indirect
184
- github.com/miekg/dns v1.1.58 // indirect
185
+ github.com/miekg/dns v1.1.59 // indirect
185
186
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
186
187
github.com/minio/sha256-simd v1.0.1 // indirect
187
188
github.com/montanaflynn/stats v0.6.6 // indirect
188
189
github.com/multiformats/go-base32 v0.1.0 // indirect
189
190
github.com/multiformats/go-base36 v0.2.0 // indirect
190
191
github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
192
+ github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
191
193
github.com/multiformats/go-multibase v0.2.0 // indirect
192
194
github.com/multiformats/go-multicodec v0.9.0 // indirect
193
195
github.com/multiformats/go-multistream v0.5.0 // indirect
194
196
github.com/multiformats/go-varint v0.0.7 // indirect
195
197
github.com/nkovacs/streamquote v1.0.0 // indirect
196
- github.com/onsi/gomega v1.27.8 // indirect
198
+ github.com/onsi/gomega v1.33.0 // indirect
197
199
github.com/opencontainers/runtime-spec v1.2.0 // indirect
198
200
github.com/opentracing/opentracing-go v1.2.0 // indirect
199
201
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
200
202
github.com/pkg/errors v0.9.1 // indirect
201
203
github.com/pmezard/go-difflib v1.0.0 // indirect
202
204
github.com/polydawn/refmt v0.89.0 // indirect
203
205
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
204
- github.com/prometheus/client_golang v1.18.0 // indirect
205
- github.com/prometheus/client_model v0.6.0 // indirect
206
- github.com/prometheus/common v0.47 .0 // indirect
207
- github.com/prometheus/procfs v0.12 .0 // indirect
206
+ github.com/prometheus/client_golang v1.19.1 // indirect
207
+ github.com/prometheus/client_model v0.6.1 // indirect
208
+ github.com/prometheus/common v0.53 .0 // indirect
209
+ github.com/prometheus/procfs v0.15 .0 // indirect
208
210
github.com/prometheus/statsd_exporter v0.23.0 // indirect
209
211
github.com/puzpuzpuz/xsync/v2 v2.4.1 // indirect
210
212
github.com/raulk/clock v1.1.0 // indirect
@@ -221,7 +223,7 @@ require (
221
223
github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc // indirect
222
224
github.com/whyrusleeping/bencher v0.0.0-20190829221104-bb6607aa8bba // indirect
223
225
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
224
- github.com/whyrusleeping/cbor-gen v0.1.0 // indirect
226
+ github.com/whyrusleeping/cbor-gen v0.1.1 // indirect
225
227
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
226
228
github.com/whyrusleeping/go-logging v0.0.1 // indirect
227
229
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
@@ -230,32 +232,32 @@ require (
230
232
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
231
233
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
232
234
github.com/yusufpapurcu/wmi v1.2.2 // indirect
233
- go.opentelemetry.io/otel v1.21 .0 // indirect
235
+ go.opentelemetry.io/otel v1.26 .0 // indirect
234
236
go.opentelemetry.io/otel/bridge/opencensus v0.39.0 // indirect
235
237
go.opentelemetry.io/otel/exporters/jaeger v1.14.0 // indirect
236
- go.opentelemetry.io/otel/metric v1.21 .0 // indirect
237
- go.opentelemetry.io/otel/sdk v1.21 .0 // indirect
238
+ go.opentelemetry.io/otel/metric v1.26 .0 // indirect
239
+ go.opentelemetry.io/otel/sdk v1.26 .0 // indirect
238
240
go.opentelemetry.io/otel/sdk/metric v0.39.0 // indirect
239
- go.opentelemetry.io/otel/trace v1.21 .0 // indirect
241
+ go.opentelemetry.io/otel/trace v1.26 .0 // indirect
240
242
go.uber.org/atomic v1.11.0 // indirect
241
243
go.uber.org/dig v1.17.1 // indirect
242
244
go.uber.org/multierr v1.11.0 // indirect
243
245
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
244
- golang.org/x/crypto v0.19 .0 // indirect
245
- golang.org/x/mod v0.15 .0 // indirect
246
- golang.org/x/net v0.21 .0 // indirect
247
- golang.org/x/sys v0.17 .0 // indirect
248
- golang.org/x/text v0.14 .0 // indirect
249
- golang.org/x/tools v0.18 .0 // indirect
246
+ golang.org/x/crypto v0.23 .0 // indirect
247
+ golang.org/x/mod v0.17 .0 // indirect
248
+ golang.org/x/net v0.25 .0 // indirect
249
+ golang.org/x/sys v0.20 .0 // indirect
250
+ golang.org/x/text v0.15 .0 // indirect
251
+ golang.org/x/tools v0.21 .0 // indirect
250
252
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
251
- gonum.org/v1/gonum v0.14 .0 // indirect
253
+ gonum.org/v1/gonum v0.15 .0 // indirect
252
254
google.golang.org/api v0.155.0 // indirect
253
- google.golang.org/protobuf v1.33.0 // indirect
255
+ google.golang.org/protobuf v1.34.1 // indirect
254
256
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
255
257
gopkg.in/yaml.v2 v2.4.0 // indirect
256
258
gopkg.in/yaml.v3 v3.0.1 // indirect
257
259
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
258
- lukechampine.com/blake3 v1.2.1 // indirect
260
+ lukechampine.com/blake3 v1.3.0 // indirect
259
261
)
260
262
261
263
replace (
0 commit comments