Skip to content

Commit 8fd17db

Browse files
authored
Merge pull request #32 from filedrive-team/sync/[email protected]
sync:[email protected]
2 parents f5d327f + 883ae44 commit 8fd17db

File tree

2 files changed

+283
-128
lines changed

2 files changed

+283
-128
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/filedrive-team/go-graphsplit
33
go 1.15
44

55
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
77
github.com/filecoin-project/go-commp-utils v0.1.3
88
github.com/filecoin-project/go-padreader v0.0.1
99
github.com/filecoin-project/go-state-types v0.1.3
@@ -21,6 +21,7 @@ require (
2121
github.com/ipld/go-car v0.3.3
2222
github.com/ipld/go-ipld-prime v0.16.0
2323
github.com/urfave/cli/v2 v2.6.0
24+
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
2425
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df
2526
)
2627

0 commit comments

Comments
 (0)