We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5d327f + 883ae44 commit 8fd17dbCopy full SHA for 8fd17db
go.mod
@@ -3,7 +3,7 @@ module github.com/filedrive-team/go-graphsplit
3
go 1.15
4
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
+ 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
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
@@ -21,6 +21,7 @@ require (
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/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
25
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df
26
)
27
0 commit comments