From ad6b0575c18d88c12b17f275e02a8b2772ba31fd Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Wed, 30 Aug 2023 12:22:30 -0400 Subject: [PATCH] make gen, mod tidy --- storage/sealer/ffiwrapper/sealer_cgo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/sealer/ffiwrapper/sealer_cgo.go b/storage/sealer/ffiwrapper/sealer_cgo.go index 838548294..62ad43a4c 100644 --- a/storage/sealer/ffiwrapper/sealer_cgo.go +++ b/storage/sealer/ffiwrapper/sealer_cgo.go @@ -10,7 +10,6 @@ import ( "crypto/rand" "encoding/base64" "encoding/json" - "github.com/filecoin-project/lotus/storage/sealer/proofpaths" "io" "math/bits" "os" @@ -34,6 +33,7 @@ import ( spaths "github.com/filecoin-project/lotus/storage/paths" "github.com/filecoin-project/lotus/storage/sealer/fr32" "github.com/filecoin-project/lotus/storage/sealer/partialfile" + "github.com/filecoin-project/lotus/storage/sealer/proofpaths" "github.com/filecoin-project/lotus/storage/sealer/storiface" )