diff --git a/unixfs/feather/entry.go b/unixfs/feather/entry.go index 961c28aa2..2ab210f52 100644 --- a/unixfs/feather/entry.go +++ b/unixfs/feather/entry.go @@ -11,12 +11,11 @@ import ( "net/http" "github.com/ipfs/boxo/unixfs" - blocks "github.com/ipfs/go-block-format" - "golang.org/x/exp/slices" - "github.com/ipfs/boxo/verifcid" + blocks "github.com/ipfs/go-block-format" "github.com/ipfs/go-cid" mh "github.com/multiformats/go-multihash" + "golang.org/x/exp/slices" ) func cidStringTruncate(c cid.Cid) string {