From ca14179012399d019f52564c7c1935e9532583a0 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Sat, 18 Nov 2023 15:01:56 +0300 Subject: [PATCH] unixfs, unixfs/feather: cleanup imports --- unixfs/feather/entry.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {