File tree Expand file tree Collapse file tree 2 files changed +283
-128
lines changed Expand file tree Collapse file tree 2 files changed +283
-128
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ 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 // this needs to be updated too https://github.com/beeleelee/go-ds-rpc/pull/3
6
+ github.com/beeleelee/go-ds-rpc v0.1.0 // this needs to be updated too https://github.com/beeleelee/go-ds-rpc/pull/3
7
7
github.com/filecoin-project/go-commp-utils v0.1.3
8
8
github.com/filecoin-project/go-padreader v0.0.1
9
9
github.com/filecoin-project/go-state-types v0.1.3
@@ -21,6 +21,7 @@ require (
21
21
github.com/ipld/go-car v0.3.3
22
22
github.com/ipld/go-ipld-prime v0.16.0
23
23
github.com/urfave/cli/v2 v2.6.0
24
+ golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
24
25
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df
25
26
)
26
27
You can’t perform that action at this time.
0 commit comments