11module github.com/filecoin-project/lassie
22
3- go 1.25
3+ go 1.25.7
44
55require (
66 github.com/dustin/go-humanize v1.0.1
@@ -11,21 +11,21 @@ require (
1111 github.com/google/uuid v1.6.0
1212 github.com/hannahhoward/go-pubsub v1.0.0
1313 github.com/ipfs/go-block-format v0.2.3
14- github.com/ipfs/go-cid v0.5.0
14+ github.com/ipfs/go-cid v0.6.1
1515 github.com/ipfs/go-datastore v0.9.0
1616 github.com/ipfs/go-graphsync v0.18.0
1717 github.com/ipfs/go-ipfs-blocksutil v0.0.2
1818 github.com/ipfs/go-log/v2 v2.8.2
1919 github.com/ipfs/go-unixfsnode v1.10.2
2020 github.com/ipld/go-car/v2 v2.15.0
2121 github.com/ipld/go-codec-dagpb v1.7.0
22- github.com/ipld/go-ipld-prime v0.21 .0
22+ github.com/ipld/go-ipld-prime v0.23 .0
2323 github.com/ipld/go-trustless-utils v0.4.1
2424 github.com/ipni/go-libipni v0.6.14
2525 github.com/libp2p/go-libp2p v0.46.0
2626 github.com/mitchellh/go-server-timing v1.0.1
2727 github.com/multiformats/go-multiaddr v0.16.1
28- github.com/multiformats/go-multicodec v0.9.2
28+ github.com/multiformats/go-multicodec v0.10.0
2929 github.com/multiformats/go-multihash v0.2.3
3030 github.com/stretchr/testify v1.11.1
3131 github.com/urfave/cli/v2 v2.27.5
@@ -86,14 +86,14 @@ require (
8686 github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
8787 github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
8888 github.com/minio/sha256-simd v1.0.1 // indirect
89- github.com/mr-tron/base58 v1.2 .0 // indirect
89+ github.com/mr-tron/base58 v1.3 .0 // indirect
9090 github.com/multiformats/go-base32 v0.1.0 // indirect
9191 github.com/multiformats/go-base36 v0.2.0 // indirect
9292 github.com/multiformats/go-multiaddr-dns v0.4.1 // indirect
9393 github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
94- github.com/multiformats/go-multibase v0.2 .0 // indirect
94+ github.com/multiformats/go-multibase v0.3 .0 // indirect
9595 github.com/multiformats/go-multistream v0.6.1 // indirect
96- github.com/multiformats/go-varint v0.0.7 // indirect
96+ github.com/multiformats/go-varint v0.1.0 // indirect
9797 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
9898 github.com/opentracing/opentracing-go v1.2.0 // indirect
9999 github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
@@ -119,7 +119,7 @@ require (
119119 github.com/pion/turn/v4 v4.0.2 // indirect
120120 github.com/pion/webrtc/v4 v4.1.2 // indirect
121121 github.com/pmezard/go-difflib v1.0.0 // indirect
122- github.com/polydawn/refmt v0.89.0 // indirect
122+ github.com/polydawn/refmt v0.89.1-0.20231129105047-37766d95467a // indirect
123123 github.com/prometheus/client_golang v1.23.2 // indirect
124124 github.com/prometheus/client_model v0.6.2 // indirect
125125 github.com/prometheus/common v0.66.1 // indirect
@@ -143,16 +143,16 @@ require (
143143 go.uber.org/zap v1.27.0 // indirect
144144 go.yaml.in/yaml/v2 v2.4.2 // indirect
145145 go4.org v0.0.0-20230225012048-214862532bf5 // indirect
146- golang.org/x/crypto v0.45 .0 // indirect
146+ golang.org/x/crypto v0.50 .0 // indirect
147147 golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
148- golang.org/x/mod v0.29 .0 // indirect
149- golang.org/x/net v0.47 .0 // indirect
150- golang.org/x/sync v0.18 .0 // indirect
151- golang.org/x/sys v0.38 .0 // indirect
152- golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
153- golang.org/x/text v0.31 .0 // indirect
148+ golang.org/x/mod v0.34 .0 // indirect
149+ golang.org/x/net v0.52 .0 // indirect
150+ golang.org/x/sync v0.20 .0 // indirect
151+ golang.org/x/sys v0.43 .0 // indirect
152+ golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
153+ golang.org/x/text v0.36 .0 // indirect
154154 golang.org/x/time v0.12.0 // indirect
155- golang.org/x/tools v0.38 .0 // indirect
155+ golang.org/x/tools v0.43 .0 // indirect
156156 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
157157 google.golang.org/protobuf v1.36.9 // indirect
158158 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments