mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
Move http package inside cmd (#5776)
This commit is contained in:
+1
-1
@@ -25,8 +25,8 @@ import (
|
||||
|
||||
humanize "github.com/dustin/go-humanize"
|
||||
"github.com/fatih/color"
|
||||
miniohttp "github.com/minio/minio/cmd/http"
|
||||
"github.com/minio/minio/pkg/auth"
|
||||
miniohttp "github.com/minio/minio/pkg/http"
|
||||
)
|
||||
|
||||
// minio configuration related constants.
|
||||
|
||||
Reference in New Issue
Block a user