adjust imports to conform to convention

This commit is contained in:
laser 2020-04-08 08:46:54 -07:00
parent 4a12a98451
commit 19573c0319

View File

@ -8,10 +8,6 @@ import (
"io"
"sync"
sealing "github.com/filecoin-project/storage-fsm"
"github.com/filecoin-project/go-padreader"
"github.com/filecoin-project/specs-actors/actors/abi"
"github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/namespace"
"github.com/ipfs/go-datastore/query"
@ -19,6 +15,9 @@ import (
"golang.org/x/xerrors"
cborutil "github.com/filecoin-project/go-cbor-util"
"github.com/filecoin-project/go-padreader"
"github.com/filecoin-project/specs-actors/actors/abi"
sealing "github.com/filecoin-project/storage-fsm"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/node/modules/dtypes"