refactor(datatransfer): use independent repo

Use independent repo for go-data-transfer
This commit is contained in:
hannahhoward
2020-01-08 14:20:31 +01:00
committed by Łukasz Magiera
parent 61e2568b8d
commit 5312340bf9
8 changed files with 28 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import (
"github.com/ipfs/go-merkledag"
"go.uber.org/fx"
"github.com/filecoin-project/go-fil-components/datatransfer/impl/graphsync"
"github.com/filecoin-project/go-data-transfer/impl/graphsync"
"github.com/filecoin-project/lotus/chain/deals"
"github.com/filecoin-project/lotus/node/modules/dtypes"
"github.com/filecoin-project/lotus/node/repo"