fix: update cbor gen file

This commit is contained in:
Alan Shaw 2020-09-15 15:03:57 +01:00
parent d607ca6118
commit dfaad08a8b
No known key found for this signature in database
GPG Key ID: 731D1C308A48A6B9

View File

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