mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
Move http package inside cmd (#5776)
This commit is contained in:
+1
-1
@@ -25,8 +25,8 @@ import (
|
||||
|
||||
"github.com/minio/cli"
|
||||
"github.com/minio/dsync"
|
||||
miniohttp "github.com/minio/minio/cmd/http"
|
||||
"github.com/minio/minio/pkg/errors"
|
||||
miniohttp "github.com/minio/minio/pkg/http"
|
||||
)
|
||||
|
||||
var serverFlags = []cli.Flag{
|
||||
|
||||
Reference in New Issue
Block a user