mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-21 22:49:40 +08:00
Replace docker units package with new docker/go-units.
It's the same library but it won't live in docker/docker anymore. Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/docker/docker/pkg/mount"
|
||||
"github.com/docker/docker/pkg/units"
|
||||
"github.com/docker/go-units"
|
||||
)
|
||||
|
||||
const cgroupNamePrefix = "name="
|
||||
|
Reference in New Issue
Block a user