Skip to content

Commit 4ffb8ae

Browse files
dependabot[bot]rvagg
authored andcommitted
chore(deps): bump github.com/ipfs/go-unixfsnode in /cmd
Bumps [github.com/ipfs/go-unixfsnode](https://github.com/ipfs/go-unixfsnode) from 1.9.2 to 1.10.0. - [Release notes](https://github.com/ipfs/go-unixfsnode/releases) - [Commits](ipfs/go-unixfsnode@v1.9.2...v1.10.0) --- updated-dependencies: - dependency-name: github.com/ipfs/go-unixfsnode dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bbb8743 commit 4ffb8ae

File tree

2 files changed

+84
-83
lines changed

2 files changed

+84
-83
lines changed

cmd/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/ipfs/go-block-format v0.2.0
88
github.com/ipfs/go-cid v0.5.0
99
github.com/ipfs/go-ipld-format v0.6.0
10-
github.com/ipfs/go-unixfsnode v1.9.2
10+
github.com/ipfs/go-unixfsnode v1.10.0
1111
github.com/ipld/go-car v0.6.2
1212
github.com/ipld/go-car/v2 v2.14.2
1313
github.com/ipld/go-codec-dagpb v1.7.0
@@ -18,7 +18,7 @@ require (
1818
github.com/polydawn/refmt v0.89.0
1919
github.com/rogpeppe/go-internal v1.13.1
2020
github.com/urfave/cli/v2 v2.27.5
21-
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
21+
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
2222
)
2323

2424
require (
@@ -29,7 +29,7 @@ require (
2929
github.com/google/uuid v1.6.0 // indirect
3030
github.com/hashicorp/golang-lru v1.0.2 // indirect
3131
github.com/ipfs/bbloom v0.0.4 // indirect
32-
github.com/ipfs/boxo v0.24.0 // indirect
32+
github.com/ipfs/boxo v0.27.4 // indirect
3333
github.com/ipfs/go-bitfield v1.1.0 // indirect
3434
github.com/ipfs/go-blockservice v0.5.2 // indirect
3535
github.com/ipfs/go-datastore v0.6.0 // indirect
@@ -45,7 +45,7 @@ require (
4545
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
4646
github.com/ipfs/go-verifcid v0.0.3 // indirect
4747
github.com/jbenet/goprocess v0.1.4 // indirect
48-
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
48+
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
4949
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
5050
github.com/mattn/go-isatty v0.0.20 // indirect
5151
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -61,15 +61,15 @@ require (
6161
github.com/whyrusleeping/cbor-gen v0.1.2 // indirect
6262
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
6363
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
64-
go.opentelemetry.io/otel v1.29.0 // indirect
65-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
66-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
64+
go.opentelemetry.io/otel v1.31.0 // indirect
65+
go.opentelemetry.io/otel/metric v1.31.0 // indirect
66+
go.opentelemetry.io/otel/trace v1.31.0 // indirect
6767
go.uber.org/atomic v1.11.0 // indirect
6868
go.uber.org/multierr v1.11.0 // indirect
6969
go.uber.org/zap v1.27.0 // indirect
7070
golang.org/x/crypto v0.31.0 // indirect
7171
golang.org/x/sys v0.28.0 // indirect
72-
golang.org/x/tools v0.25.0 // indirect
72+
golang.org/x/tools v0.28.0 // indirect
7373
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
7474
google.golang.org/protobuf v1.36.5 // indirect
7575
lukechampine.com/blake3 v1.3.0 // indirect

0 commit comments

Comments
 (0)