@@ -3,25 +3,26 @@ module github.com/ipfs/go-unixfsnode
3
3
go 1.23
4
4
5
5
require (
6
- github.com/ipfs/boxo v0.24.0
6
+ github.com/ipfs/boxo v0.27.4
7
7
github.com/ipfs/go-bitfield v1.1.0
8
- github.com/ipfs/go-cid v0.4.1
8
+ github.com/ipfs/go-cid v0.5.0
9
9
github.com/ipfs/go-ipld-format v0.6.0
10
10
github.com/ipfs/go-test v0.0.4
11
- github.com/ipld/go-car/v2 v2.13.1
11
+ github.com/ipld/go-car/v2 v2.14.2
12
12
github.com/ipld/go-codec-dagpb v1.6.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
- github.com/stretchr/testify v1.9 .0
18
- google.golang.org/protobuf v1.34.2
17
+ github.com/stretchr/testify v1.10 .0
18
+ google.golang.org/protobuf v1.36.0
19
19
)
20
20
21
21
require (
22
- github.com/crackcomm/go-gitignore v0.0.0-20231225121904-e25f5bc08668 // indirect
22
+ github.com/crackcomm/go-gitignore v0.0.0-20241020182519-7843d2ba8fdf // indirect
23
23
github.com/davecgh/go-spew v1.1.1 // indirect
24
24
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
25
+ github.com/gammazero/deque v1.0.0 // indirect
25
26
github.com/go-logr/logr v1.4.2 // indirect
26
27
github.com/go-logr/stdr v1.2.2 // indirect
27
28
github.com/gogo/protobuf v1.3.2 // indirect
@@ -36,15 +37,15 @@ require (
36
37
github.com/ipfs/go-log/v2 v2.5.1 // indirect
37
38
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
38
39
github.com/jbenet/goprocess v0.1.4 // indirect
39
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
40
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
40
41
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
41
- github.com/libp2p/go-libp2p v0.36.4 // indirect
42
+ github.com/libp2p/go-libp2p v0.38.2 // indirect
42
43
github.com/mattn/go-isatty v0.0.20 // indirect
43
44
github.com/minio/sha256-simd v1.0.1 // indirect
44
45
github.com/mr-tron/base58 v1.2.0 // indirect
45
46
github.com/multiformats/go-base32 v0.1.0 // indirect
46
47
github.com/multiformats/go-base36 v0.2.0 // indirect
47
- github.com/multiformats/go-multiaddr v0.13 .0 // indirect
48
+ github.com/multiformats/go-multiaddr v0.14 .0 // indirect
48
49
github.com/multiformats/go-multibase v0.2.0 // indirect
49
50
github.com/multiformats/go-varint v0.0.7 // indirect
50
51
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
@@ -53,16 +54,16 @@ require (
53
54
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
54
55
github.com/whyrusleeping/cbor-gen v0.1.2 // indirect
55
56
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
56
- go.opentelemetry.io/otel v1.27 .0 // indirect
57
- go.opentelemetry.io/otel/metric v1.27 .0 // indirect
58
- go.opentelemetry.io/otel/trace v1.27 .0 // 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
59
60
go.uber.org/multierr v1.11.0 // indirect
60
61
go.uber.org/zap v1.27.0 // indirect
61
- golang.org/x/crypto v0.25 .0 // indirect
62
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
63
- golang.org/x/sync v0.7 .0 // indirect
64
- golang.org/x/sys v0.22 .0 // indirect
65
- golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // 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
66
+ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
66
67
gopkg.in/yaml.v3 v3.0.1 // indirect
67
68
lukechampine.com/blake3 v1.3.0 // indirect
68
69
)
0 commit comments