mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
move internal/net to pkg/net package (#12505)
This commit is contained in:
@@ -34,8 +34,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/minio/internal/rest"
|
||||
xnet "github.com/minio/pkg/net"
|
||||
xbufio "github.com/philhofer/fwd"
|
||||
"github.com/tinylib/msgp/msgp"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user