Skip to content

Commit

Permalink
Merge pull request #32 from filedrive-team/sync/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
qianhh authored May 23, 2022
2 parents f5d327f + 883ae44 commit 8fd17db
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 128 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/filedrive-team/go-graphsplit
go 1.15

require (
github.com/beeleelee/go-ds-rpc v0.0.4 // this needs to be updated too https://github.com/beeleelee/go-ds-rpc/pull/3
github.com/beeleelee/go-ds-rpc v0.1.0 // this needs to be updated too https://github.com/beeleelee/go-ds-rpc/pull/3
github.com/filecoin-project/go-commp-utils v0.1.3
github.com/filecoin-project/go-padreader v0.0.1
github.com/filecoin-project/go-state-types v0.1.3
Expand All @@ -21,6 +21,7 @@ require (
github.com/ipld/go-car v0.3.3
github.com/ipld/go-ipld-prime v0.16.0
github.com/urfave/cli/v2 v2.6.0
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df
)

Expand Down
Loading

0 comments on commit 8fd17db

Please sign in to comment.