make gen, mod tidy

This commit is contained in:
Jennifer Wang 2023-08-30 12:22:30 -04:00
parent a965fc660e
commit ad6b0575c1

View File

@ -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"
)