fix: regen

This commit is contained in:
Alan Shaw 2020-09-21 10:10:31 +01:00
parent c1a9cf7edd
commit d9951cdff4
No known key found for this signature in database
GPG Key ID: 731D1C308A48A6B9

View File

@ -6,12 +6,12 @@ import (
"fmt"
"io"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/exitcode"
"github.com/ipfs/go-cid"
address "github.com/filecoin-project/go-address"
abi "github.com/filecoin-project/go-state-types/abi"
exitcode "github.com/filecoin-project/go-state-types/exitcode"
cid "github.com/ipfs/go-cid"
cbg "github.com/whyrusleeping/cbor-gen"
"golang.org/x/xerrors"
xerrors "golang.org/x/xerrors"
)
var _ = xerrors.Errorf