fix circleci and fiximports

This commit is contained in:
Andrew Jackson (Ajax)
2023-11-15 13:06:51 +01:00
committed by Łukasz Magiera
parent c1edae62ad
commit 9b4a3ba23d
843 changed files with 1448 additions and 398 deletions
+1
View File
@@ -3,6 +3,7 @@ package client
import (
"fmt"
"io"
"github.com/ipfs/go-cid"
cbor "github.com/ipfs/go-ipld-cbor"
"github.com/ipld/go-car/util"
+3
View File
@@ -12,6 +12,7 @@ import (
"strings"
"sync"
"time"
"github.com/ipfs/boxo/blockservice"
bstore "github.com/ipfs/boxo/blockstore"
offline "github.com/ipfs/boxo/exchange/offline"
@@ -39,6 +40,7 @@ import (
"github.com/multiformats/go-multibase"
"go.uber.org/fx"
"golang.org/x/xerrors"
"github.com/filecoin-project/go-address"
cborutil "github.com/filecoin-project/go-cbor-util"
"github.com/filecoin-project/go-commp-utils/writer"
@@ -53,6 +55,7 @@ import (
"github.com/filecoin-project/go-state-types/big"
markettypes "github.com/filecoin-project/go-state-types/builtin/v9/market"
"github.com/filecoin-project/go-state-types/dline"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/lotus/chain/actors/builtin/miner"
+2
View File
@@ -9,6 +9,7 @@ import (
"path/filepath"
"strings"
"testing"
"github.com/ipfs/boxo/blockservice"
blockstore "github.com/ipfs/boxo/blockstore"
offline "github.com/ipfs/boxo/exchange/offline"
@@ -21,6 +22,7 @@ import (
"github.com/ipld/go-car"
carv2 "github.com/ipld/go-car/v2"
"github.com/stretchr/testify/require"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/markets/storageadapter"
"github.com/filecoin-project/lotus/node/repo/imports"