diff --git a/core/corehttp/gateway_handler.go b/core/corehttp/gateway_handler.go index 14973b0d7..96aaf5a26 100644 --- a/core/corehttp/gateway_handler.go +++ b/core/corehttp/gateway_handler.go @@ -4,6 +4,7 @@ import ( "context" "fmt" "io" + "mime" "net/http" "net/url" "os" @@ -11,8 +12,7 @@ import ( "runtime/debug" "strings" "time" - "mime" - + "github.com/dustin/go-humanize" "github.com/ipfs/go-cid" files "github.com/ipfs/go-ipfs-files"