1
1
module github.com/ipfs/go-unixfsnode
2
2
3
- go 1.23
3
+ go 1.23.8
4
4
5
5
require (
6
- github.com/ipfs/boxo v0.27.4
6
+ github.com/ipfs/boxo v0.30.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.0
10
- github.com/ipfs/go-test v0.0.4
11
- github.com/ipld/go-car/v2 v2.14.2
12
- github.com/ipld/go-codec-dagpb v1.6 .0
9
+ github.com/ipfs/go-ipld-format v0.6.1
10
+ github.com/ipfs/go-test v0.2.2
11
+ github.com/ipld/go-car/v2 v2.14.3
12
+ github.com/ipld/go-codec-dagpb v1.7 .0
13
13
github.com/ipld/go-ipld-prime v0.21.0
14
14
github.com/multiformats/go-multicodec v0.9.0
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.0
18
+ google.golang.org/protobuf v1.36.6
19
19
)
20
20
21
21
require (
22
22
github.com/crackcomm/go-gitignore v0.0.0-20241020182519-7843d2ba8fdf // indirect
23
23
github.com/davecgh/go-spew v1.1.1 // indirect
24
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
24
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4 .0 // indirect
25
25
github.com/gammazero/deque v1.0.0 // indirect
26
26
github.com/go-logr/logr v1.4.2 // indirect
27
27
github.com/go-logr/stdr v1.2.2 // indirect
28
- github.com/gogo/protobuf v1.3.2 // indirect
29
28
github.com/google/uuid v1.6.0 // indirect
30
29
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
31
30
github.com/ipfs/bbloom v0.0.4 // indirect
32
- github.com/ipfs/go-block-format v0.2.0 // indirect
33
- github.com/ipfs/go-datastore v0.6.0 // indirect
34
- github.com/ipfs/go-ipfs-util v0.0.3 // indirect
35
- github.com/ipfs/go-ipld-cbor v0.1.0 // indirect
31
+ github.com/ipfs/go-block-format v0.2.1 // indirect
32
+ github.com/ipfs/go-datastore v0.8.2 // indirect
33
+ github.com/ipfs/go-ipld-cbor v0.2.0 // indirect
36
34
github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
37
35
github.com/ipfs/go-log/v2 v2.5.1 // indirect
38
- github.com/ipfs/go-metrics-interface v0.0.1 // indirect
39
- github.com/jbenet/goprocess v0.1.4 // indirect
40
- github.com/klauspost/cpuid/v2 v2.2.9 // indirect
36
+ github.com/ipfs/go-metrics-interface v0.3.0 // indirect
37
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
41
38
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
42
- github.com/libp2p/go-libp2p v0.38.2 // indirect
39
+ github.com/libp2p/go-libp2p v0.41.1 // indirect
43
40
github.com/mattn/go-isatty v0.0.20 // indirect
44
41
github.com/minio/sha256-simd v1.0.1 // indirect
45
42
github.com/mr-tron/base58 v1.2.0 // indirect
46
43
github.com/multiformats/go-base32 v0.1.0 // indirect
47
44
github.com/multiformats/go-base36 v0.2.0 // indirect
48
- github.com/multiformats/go-multiaddr v0.14 .0 // indirect
45
+ github.com/multiformats/go-multiaddr v0.15 .0 // indirect
49
46
github.com/multiformats/go-multibase v0.2.0 // indirect
50
47
github.com/multiformats/go-varint v0.0.7 // indirect
51
48
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
@@ -54,16 +51,17 @@ require (
54
51
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
55
52
github.com/whyrusleeping/cbor-gen v0.1.2 // indirect
56
53
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
57
- go.opentelemetry.io/otel v1.31.0 // indirect
58
- go.opentelemetry.io/otel/metric v1.31.0 // indirect
59
- go.opentelemetry.io/otel/trace v1.31.0 // indirect
54
+ 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
60
58
go.uber.org/multierr v1.11.0 // indirect
61
59
go.uber.org/zap v1.27.0 // indirect
62
- golang.org/x/crypto v0.31 .0 // indirect
63
- golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
64
- golang.org/x/sync v0.10 .0 // indirect
65
- golang.org/x/sys v0.28 .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
66
64
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
67
65
gopkg.in/yaml.v3 v3.0.1 // indirect
68
- lukechampine.com/blake3 v1.3.0 // indirect
66
+ lukechampine.com/blake3 v1.4.1 // indirect
69
67
)
0 commit comments