Fix compilation after dep updates

This commit is contained in:
Łukasz Magiera
2020-02-11 02:11:58 +01:00
parent a593a4f6f4
commit fa2c6605c2
22 changed files with 49 additions and 103 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ import (
"io"
"sync"
"github.com/filecoin-project/go-padreader"
sectorbuilder "github.com/filecoin-project/go-sectorbuilder"
"github.com/filecoin-project/specs-actors/actors/abi"
"github.com/ipfs/go-datastore"
@@ -17,8 +18,8 @@ import (
"golang.org/x/xerrors"
cborutil "github.com/filecoin-project/go-cbor-util"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/lib/padreader"
"github.com/filecoin-project/lotus/node/modules/dtypes"
"github.com/filecoin-project/lotus/storage"
)