diff --git a/node/modules/storageminer.go b/node/modules/storageminer.go index ff07b36ac..86c16aa2b 100644 --- a/node/modules/storageminer.go +++ b/node/modules/storageminer.go @@ -12,12 +12,6 @@ import ( "github.com/filecoin-project/boost-gfm/retrievalmarket" retrievalimpl "github.com/filecoin-project/boost-gfm/retrievalmarket/impl" rmnet "github.com/filecoin-project/boost-gfm/retrievalmarket/network" - "github.com/filecoin-project/boost/lib/mpoolmonitor" - "github.com/filecoin-project/boost/markets/pricing" - "github.com/filecoin-project/boost/storagemarket/lp2pimpl" - "github.com/filecoin-project/go-state-types/big" - piecestoreimpl "github.com/filecoin-project/boost-gfm/piecestore/impl" - "github.com/filecoin-project/boost-gfm/retrievalmarket" "github.com/filecoin-project/boost-gfm/shared" gfm_storagemarket "github.com/filecoin-project/boost-gfm/storagemarket" storageimpl "github.com/filecoin-project/boost-gfm/storagemarket/impl" @@ -43,6 +37,7 @@ import ( "github.com/filecoin-project/boost/storagemanager" "github.com/filecoin-project/boost/storagemarket" "github.com/filecoin-project/boost/storagemarket/logs" + "github.com/filecoin-project/boost/storagemarket/lp2pimpl" "github.com/filecoin-project/boost/storagemarket/sealingpipeline" "github.com/filecoin-project/boost/storagemarket/types" "github.com/filecoin-project/boost/transport/httptransport" diff --git a/storagemarket/provider.go b/storagemarket/provider.go index 1f60e8607..d48594af4 100644 --- a/storagemarket/provider.go +++ b/storagemarket/provider.go @@ -10,7 +10,6 @@ import ( "sync" "time" - "github.com/filecoin-project/boost-gfm/piecestore" "github.com/filecoin-project/boost-gfm/storagemarket" "github.com/filecoin-project/boost/api" "github.com/filecoin-project/boost/build"