mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
move the dependency to minio/pkg for common libraries (#12397)
This commit is contained in:
@@ -20,7 +20,7 @@ package cmd
|
||||
import (
|
||||
"runtime/debug"
|
||||
|
||||
"github.com/minio/minio/pkg/sys"
|
||||
"github.com/minio/pkg/sys"
|
||||
)
|
||||
|
||||
func setMaxResources() (err error) {
|
||||
|
||||
Reference in New Issue
Block a user