diff --git a/core/corehttp/gateway_handler.go b/core/corehttp/gateway_handler.go index f956ca80a..2c3821ea0 100644 --- a/core/corehttp/gateway_handler.go +++ b/core/corehttp/gateway_handler.go @@ -3,7 +3,6 @@ package corehttp import ( "context" "fmt" - "github.com/gabriel-vasile/mimetype" "io" "mime" "net/http" @@ -16,6 +15,7 @@ import ( "time" humanize "github.com/dustin/go-humanize" + "github.com/gabriel-vasile/mimetype" "github.com/ipfs/go-cid" files "github.com/ipfs/go-ipfs-files" dag "github.com/ipfs/go-merkledag"