fix import

This commit is contained in:
Jennifer Wang 2023-02-17 00:11:07 -05:00
parent ccdb447085
commit f2648adee8

View File

@ -8,8 +8,7 @@ import (
"fmt" "fmt"
"os" "os"
"github.com/filecoin-project/specs-actors/v8/actors/builtin" "github.com/filecoin-project/lotus/chain/actors/builtin"
"github.com/urfave/cli/v2" "github.com/urfave/cli/v2"
cbg "github.com/whyrusleeping/cbor-gen" cbg "github.com/whyrusleeping/cbor-gen"
"golang.org/x/xerrors" "golang.org/x/xerrors"