mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
move internal/net to pkg/net package (#12505)
This commit is contained in:
+1
-1
@@ -39,8 +39,8 @@ import (
|
||||
xhttp "github.com/minio/minio/internal/http"
|
||||
"github.com/minio/minio/internal/logger"
|
||||
"github.com/minio/minio/internal/mountinfo"
|
||||
xnet "github.com/minio/minio/internal/net"
|
||||
"github.com/minio/pkg/env"
|
||||
xnet "github.com/minio/pkg/net"
|
||||
)
|
||||
|
||||
// EndpointType - enum for endpoint type.
|
||||
|
||||
Reference in New Issue
Block a user