mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
move internal/net to pkg/net package (#12505)
This commit is contained in:
+1
-1
@@ -37,8 +37,8 @@ import (
|
||||
|
||||
xhttp "github.com/minio/minio/internal/http"
|
||||
"github.com/minio/minio/internal/logger"
|
||||
xnet "github.com/minio/minio/internal/net"
|
||||
"github.com/minio/pkg/env"
|
||||
xnet "github.com/minio/pkg/net"
|
||||
"github.com/minio/selfupdate"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user