fix lint.

This commit is contained in:
Raúl Kripalani 2020-09-09 14:28:56 +01:00
parent b3dedfedc0
commit 6d2b4ab775
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,8 @@ import (
"github.com/filecoin-project/specs-actors/actors/runtime"
"github.com/filecoin-project/specs-actors/actors/util/adt"
"github.com/ipfs/go-cid"
"github.com/whyrusleeping/cbor-gen"
typegen "github.com/whyrusleeping/cbor-gen"
)
//go:generate go run ./gen

View File

@ -20,8 +20,8 @@ import (
"github.com/ipfs/go-blockservice"
"github.com/ipfs/go-cid"
ds "github.com/ipfs/go-datastore"
"github.com/ipfs/go-ipfs-exchange-offline"
"github.com/ipfs/go-ipld-format"
offline "github.com/ipfs/go-ipfs-exchange-offline"
format "github.com/ipfs/go-ipld-format"
"github.com/ipfs/go-merkledag"
"github.com/filecoin-project/lotus/chain/types"