@@ -3,25 +3,25 @@ module github.com/filedrive-team/go-graphsplit
3
3
go 1.15
4
4
5
5
require (
6
- github.com/beeleelee/go-ds-rpc v0.0.4
7
- github.com/filecoin-project/go-commp-utils v0.1.0
8
- github.com/filecoin-project/go-padreader v0.0.0-20201016201355-9c5eb1faedb5
9
- github.com/filecoin-project/go-state-types v0.1.0
10
- github.com/ipfs/go-blockservice v0.1.4
11
- github.com/ipfs/go-cid v0.0.7
12
- github.com/ipfs/go-datastore v0.4.6
13
- github.com/ipfs/go-ipfs-blockstore v1.0.3
6
+ github.com/beeleelee/go-ds-rpc v0.0.4 // this needs to be updated too https://github.com/beeleelee/go-ds-rpc/pull/3
7
+ github.com/filecoin-project/go-commp-utils v0.1.3
8
+ github.com/filecoin-project/go-padreader v0.0.1
9
+ github.com/filecoin-project/go-state-types v0.1.3
10
+ github.com/ipfs/go-blockservice v0.2.1
11
+ github.com/ipfs/go-cid v0.1.0
12
+ github.com/ipfs/go-datastore v0.5.1
13
+ github.com/ipfs/go-ipfs-blockstore v1.1.2
14
14
github.com/ipfs/go-ipfs-chunker v0.0.5
15
- github.com/ipfs/go-ipfs-exchange-offline v0.0 .1
16
- github.com/ipfs/go-ipfs-files v0.0.8
15
+ github.com/ipfs/go-ipfs-exchange-offline v0.1 .1
16
+ github.com/ipfs/go-ipfs-files v0.0.9
17
17
github.com/ipfs/go-ipld-format v0.2.0
18
- github.com/ipfs/go-log/v2 v2.3.0
19
- github.com/ipfs/go-merkledag v0.3.2
20
- github.com/ipfs/go-unixfs v0.2.5
21
- github.com/ipld/go-car v0.3.1
22
- github.com/ipld/go-ipld-prime v0.9.1-0.20210324083106-dc342a9917db
23
- github.com/urfave/cli/v2 v2.3 .0
24
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
18
+ github.com/ipfs/go-log/v2 v2.5.1
19
+ github.com/ipfs/go-merkledag v0.5.1
20
+ github.com/ipfs/go-unixfs v0.3.1
21
+ github.com/ipld/go-car v0.3.3
22
+ github.com/ipld/go-ipld-prime v0.16.0
23
+ github.com/urfave/cli/v2 v2.6 .0
24
+ golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df
25
25
)
26
26
27
27
replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi
0 commit comments