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" "fmt"
"io" "io"
"github.com/filecoin-project/go-address" address "github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/abi" abi "github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/exitcode" exitcode "github.com/filecoin-project/go-state-types/exitcode"
"github.com/ipfs/go-cid" cid "github.com/ipfs/go-cid"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
"golang.org/x/xerrors" xerrors "golang.org/x/xerrors"
) )
var _ = xerrors.Errorf var _ = xerrors.Errorf