diff --git a/extern/storage-sealing/stats.go b/extern/storage-sealing/stats.go index 12d951ddbe5..0502045199e 100644 --- a/extern/storage-sealing/stats.go +++ b/extern/storage-sealing/stats.go @@ -2,13 +2,15 @@ package sealing import ( "context" - "github.com/filecoin-project/lotus/metrics" + "sync" + "go.opencensus.io/stats" "go.opencensus.io/tag" - "sync" "github.com/filecoin-project/go-state-types/abi" + "github.com/filecoin-project/lotus/extern/storage-sealing/sealiface" + "github.com/filecoin-project/lotus/metrics" ) type statSectorState int