1
1
module github.com/ipfs/go-unixfsnode
2
2
3
- go 1.24
3
+ go 1.24.0
4
4
5
5
require (
6
- github.com/ipfs/boxo v0.30 .0
6
+ github.com/ipfs/boxo v0.34 .0
7
7
github.com/ipfs/go-bitfield v1.1.0
8
8
github.com/ipfs/go-cid v0.5.0
9
- github.com/ipfs/go-ipld-format v0.6.1
10
- github.com/ipfs/go-test v0.2.2
9
+ github.com/ipfs/go-ipld-format v0.6.2
10
+ github.com/ipfs/go-test v0.2.3
11
11
github.com/ipld/go-car/v2 v2.14.3
12
12
github.com/ipld/go-codec-dagpb v1.7.0
13
13
github.com/ipld/go-ipld-prime v0.21.0
14
- github.com/multiformats/go-multicodec v0.9.0
14
+ github.com/multiformats/go-multicodec v0.9.2
15
15
github.com/multiformats/go-multihash v0.2.3
16
16
github.com/spaolacci/murmur3 v1.1.0
17
17
github.com/stretchr/testify v1.10.0
18
- google.golang.org/protobuf v1.36.6
18
+ google.golang.org/protobuf v1.36.7
19
19
)
20
20
21
21
require (
22
+ github.com/Jorropo/jsync v1.0.1 // indirect
22
23
github.com/crackcomm/go-gitignore v0.0.0-20241020182519-7843d2ba8fdf // indirect
23
24
github.com/davecgh/go-spew v1.1.1 // indirect
24
25
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
25
- github.com/gammazero/deque v1.0 .0 // indirect
26
- github.com/go-logr/logr v1.4.2 // indirect
26
+ github.com/gammazero/deque v1.1 .0 // indirect
27
+ github.com/go-logr/logr v1.4.3 // indirect
27
28
github.com/go-logr/stdr v1.2.2 // indirect
28
29
github.com/google/uuid v1.6.0 // indirect
29
30
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
30
31
github.com/ipfs/bbloom v0.0.4 // indirect
31
- github.com/ipfs/go-block-format v0.2.1 // indirect
32
- github.com/ipfs/go-datastore v0.8.2 // indirect
32
+ github.com/ipfs/go-block-format v0.2.2 // indirect
33
+ github.com/ipfs/go-datastore v0.8.3 // indirect
33
34
github.com/ipfs/go-ipld-cbor v0.2.0 // indirect
34
- github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
35
- github.com/ipfs/go-log/v2 v2.5 .1 // indirect
35
+ github.com/ipfs/go-ipld-legacy v0.2.2 // indirect
36
+ github.com/ipfs/go-log/v2 v2.8 .1 // indirect
36
37
github.com/ipfs/go-metrics-interface v0.3.0 // indirect
37
- github.com/klauspost/cpuid/v2 v2.2.10 // indirect
38
+ github.com/klauspost/cpuid/v2 v2.3.0 // indirect
38
39
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
39
- github.com/libp2p/go-libp2p v0.41.1 // indirect
40
+ github.com/libp2p/go-libp2p v0.43.0 // indirect
41
+ github.com/libp2p/go-libp2p-record v0.3.1 // indirect
42
+ github.com/libp2p/go-libp2p-routing-helpers v0.7.5 // indirect
40
43
github.com/mattn/go-isatty v0.0.20 // indirect
41
44
github.com/minio/sha256-simd v1.0.1 // indirect
42
45
github.com/mr-tron/base58 v1.2.0 // indirect
43
46
github.com/multiformats/go-base32 v0.1.0 // indirect
44
47
github.com/multiformats/go-base36 v0.2.0 // indirect
45
- github.com/multiformats/go-multiaddr v0.15.0 // indirect
48
+ github.com/multiformats/go-multiaddr v0.16.1 // indirect
46
49
github.com/multiformats/go-multibase v0.2.0 // indirect
47
50
github.com/multiformats/go-varint v0.0.7 // indirect
48
51
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
@@ -52,15 +55,15 @@ require (
52
55
github.com/whyrusleeping/cbor-gen v0.1.2 // indirect
53
56
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
54
57
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
55
- go.opentelemetry.io/otel v1.35 .0 // indirect
56
- go.opentelemetry.io/otel/metric v1.35 .0 // indirect
57
- go.opentelemetry.io/otel/trace v1.35 .0 // indirect
58
+ go.opentelemetry.io/otel v1.37 .0 // indirect
59
+ go.opentelemetry.io/otel/metric v1.37 .0 // indirect
60
+ go.opentelemetry.io/otel/trace v1.37 .0 // indirect
58
61
go.uber.org/multierr v1.11.0 // indirect
59
62
go.uber.org/zap v1.27.0 // indirect
60
- golang.org/x/crypto v0.38 .0 // indirect
61
- golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
62
- golang.org/x/sync v0.14 .0 // indirect
63
- golang.org/x/sys v0.33 .0 // indirect
63
+ golang.org/x/crypto v0.41 .0 // indirect
64
+ golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 // indirect
65
+ golang.org/x/sync v0.16 .0 // indirect
66
+ golang.org/x/sys v0.35 .0 // indirect
64
67
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
65
68
gopkg.in/yaml.v3 v3.0.1 // indirect
66
69
lukechampine.com/blake3 v1.4.1 // indirect
0 commit comments