Skip to content

Commit 8b38b81

Browse files
chore(deps): bump github.com/filecoin-project/lotus
Bumps [github.com/filecoin-project/lotus](https://github.com/filecoin-project/lotus) from 1.28.1 to 1.29.2. - [Release notes](https://github.com/filecoin-project/lotus/releases) - [Changelog](https://github.com/filecoin-project/lotus/blob/master/CHANGELOG.md) - [Commits](filecoin-project/lotus@v1.28.1...v1.29.2) --- updated-dependencies: - dependency-name: github.com/filecoin-project/lotus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eff5121 commit 8b38b81

File tree

2 files changed

+53
-49
lines changed

2 files changed

+53
-49
lines changed

Diff for: go.mod

+17-16
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/filecoin-project/go-commp-utils v0.1.4
2727
github.com/filecoin-project/go-fil-commcid v0.1.0
2828
github.com/filecoin-project/go-fil-commp-hashhash v0.2.0
29-
github.com/filecoin-project/go-jsonrpc v0.3.2
29+
github.com/filecoin-project/go-jsonrpc v0.6.0
3030
github.com/filecoin-project/go-padreader v0.0.1
3131
github.com/filecoin-project/go-paramfetch v0.0.4
3232
github.com/filecoin-project/go-state-types v0.14.0
@@ -63,7 +63,7 @@ require (
6363
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
6464
github.com/jpillora/backoff v1.0.0
6565
github.com/kelseyhightower/envconfig v1.4.0
66-
github.com/libp2p/go-libp2p v0.35.4
66+
github.com/libp2p/go-libp2p v0.35.5
6767
github.com/libp2p/go-libp2p-gostream v0.6.0 // indirect
6868
github.com/libp2p/go-libp2p-http v0.5.0
6969
github.com/libp2p/go-libp2p-kad-dht v0.25.2
@@ -72,7 +72,7 @@ require (
7272
github.com/libp2p/go-msgio v0.3.0
7373
github.com/mattn/go-sqlite3 v1.14.16
7474
github.com/mitchellh/go-homedir v1.1.0
75-
github.com/multiformats/go-multiaddr v0.12.4
75+
github.com/multiformats/go-multiaddr v0.13.0
7676
github.com/multiformats/go-multibase v0.2.0
7777
github.com/multiformats/go-multicodec v0.9.0
7878
github.com/multiformats/go-multihash v0.2.3
@@ -85,7 +85,7 @@ require (
8585
github.com/stretchr/testify v1.9.0
8686
github.com/urfave/cli/v2 v2.25.7
8787
github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
88-
github.com/whyrusleeping/cbor-gen v0.1.1
88+
github.com/whyrusleeping/cbor-gen v0.1.2
8989
go.opencensus.io v0.24.0
9090
go.opentelemetry.io/otel v1.28.0
9191
go.opentelemetry.io/otel/exporters/jaeger v1.14.0 // indirect
@@ -94,12 +94,12 @@ require (
9494
go.uber.org/atomic v1.11.0
9595
go.uber.org/fx v1.22.1
9696
go.uber.org/multierr v1.11.0
97-
golang.org/x/crypto v0.24.0
97+
golang.org/x/crypto v0.25.0
9898
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
9999
golang.org/x/sync v0.7.0
100100
golang.org/x/text v0.16.0
101101
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
102-
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
102+
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9
103103
gopkg.in/cheggaaa/pb.v1 v1.0.28
104104
)
105105

@@ -143,12 +143,12 @@ require (
143143
github.com/filecoin-project/go-amt-ipld/v2 v2.1.0 // indirect
144144
github.com/filecoin-project/go-amt-ipld/v3 v3.1.0 // indirect
145145
github.com/filecoin-project/go-amt-ipld/v4 v4.3.0 // indirect
146-
github.com/filecoin-project/go-commp-utils/nonffi v0.0.0-20220905160352-62059082a837 // indirect
146+
github.com/filecoin-project/go-commp-utils/nonffi v0.0.0-20240802040721-2a04ffc8ffe8 // indirect
147147
github.com/filecoin-project/go-crypto v0.0.1 // indirect
148148
github.com/filecoin-project/go-ds-versioning v0.1.2
149149
github.com/filecoin-project/go-hamt-ipld v0.1.5 // indirect
150150
github.com/filecoin-project/go-hamt-ipld/v2 v2.0.0 // indirect
151-
github.com/filecoin-project/go-hamt-ipld/v3 v3.1.0 // indirect
151+
github.com/filecoin-project/go-hamt-ipld/v3 v3.4.0 // indirect
152152
github.com/filecoin-project/go-statemachine v1.0.3
153153
github.com/filecoin-project/go-storedcounter v0.1.0 // indirect
154154
github.com/filecoin-project/pubsub v1.0.0 // indirect
@@ -212,9 +212,9 @@ require (
212212
github.com/jessevdk/go-flags v1.4.0 // indirect
213213
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
214214
github.com/josharian/intern v1.0.0 // indirect
215-
github.com/kilic/bls12-381 v0.1.0 // indirect
216-
github.com/klauspost/compress v1.17.8 // indirect
217-
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
215+
github.com/kilic/bls12-381 v0.1.1-0.20220929213557-ca162e8a70f4 // indirect
216+
github.com/klauspost/compress v1.17.9 // indirect
217+
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
218218
github.com/koron/go-ssdp v0.0.4 // indirect
219219
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
220220
github.com/libp2p/go-cidranger v1.1.0 // indirect
@@ -242,7 +242,7 @@ require (
242242
github.com/mr-tron/base58 v1.2.0 // indirect
243243
github.com/multiformats/go-base32 v0.1.0 // indirect
244244
github.com/multiformats/go-base36 v0.2.0 // indirect
245-
github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
245+
github.com/multiformats/go-multiaddr-dns v0.4.0 // indirect
246246
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
247247
github.com/multiformats/go-multistream v0.5.0 // indirect
248248
github.com/nikkolasg/hexjson v0.1.0 // indirect
@@ -283,8 +283,8 @@ require (
283283
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
284284
golang.org/x/mod v0.17.0 // indirect
285285
golang.org/x/net v0.26.0
286-
golang.org/x/sys v0.21.0 // indirect
287-
golang.org/x/term v0.21.0
286+
golang.org/x/sys v0.23.0 // indirect
287+
golang.org/x/term v0.22.0
288288
golang.org/x/time v0.5.0 // indirect
289289
google.golang.org/grpc v1.64.0 // indirect
290290
google.golang.org/protobuf v1.34.2 // indirect
@@ -303,7 +303,7 @@ require (
303303
github.com/filecoin-project/boost-graphsync v0.13.12
304304
github.com/filecoin-project/boost/extern/boostd-data v0.0.0-20231124125934-3233c510357f
305305
github.com/filecoin-project/go-data-segment v0.0.1
306-
github.com/filecoin-project/lotus v1.28.1
306+
github.com/filecoin-project/lotus v1.29.2
307307
github.com/ipfs/boxo v0.20.0
308308
github.com/ipfs/go-ds-leveldb v0.5.0
309309
github.com/ipfs/kubo v0.22.0
@@ -325,8 +325,9 @@ require (
325325
github.com/bahlo/generic-list-go v0.2.0 // indirect
326326
github.com/buger/jsonparser v1.1.1 // indirect
327327
github.com/filecoin-project/go-clock v0.1.0 // indirect
328+
github.com/filecoin-project/go-commp-utils/v2 v2.1.0 // indirect
328329
github.com/filecoin-project/go-data-transfer/v2 v2.0.0-rc8 // indirect
329-
github.com/filecoin-project/go-f3 v0.0.7 // indirect
330+
github.com/filecoin-project/go-f3 v0.2.0 // indirect
330331
github.com/gammazero/channelqueue v0.2.1 // indirect
331332
github.com/gammazero/deque v0.2.1 // indirect
332333
github.com/georgysavva/scany/v2 v2.1.3 // indirect

0 commit comments

Comments
 (0)