mirror of https://github.com/docker/cli.git
Replace pkg/units with docker/go-units.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
7dc7bff9a0
commit
bfba6ec070
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
"github.com/docker/docker/pkg/blkiodev"
|
||||
"github.com/docker/docker/pkg/parsers"
|
||||
"github.com/docker/docker/pkg/units"
|
||||
"github.com/docker/go-units"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue