Replace pkg/units with docker/go-units.

Signed-off-by: David Calavera <david.calavera@gmail.com>
Upstream-commit: 4fef42ba206ac90346e6e0fe25bead3f77dc4b0f
Component: engine
This commit is contained in:
David Calavera
2015-12-16 12:26:49 -05:00
parent 0e29e152da
commit 3d517a11e5
21 changed files with 18 additions and 299 deletions

View File

@ -26,7 +26,7 @@ import (
"github.com/docker/docker/pkg/idtools"
"github.com/docker/docker/pkg/mount"
"github.com/docker/docker/pkg/parsers"
"github.com/docker/docker/pkg/units"
"github.com/docker/go-units"
"github.com/opencontainers/runc/libcontainer/label"
)

View File

@ -15,7 +15,7 @@ import (
"github.com/docker/docker/pkg/devicemapper"
"github.com/docker/docker/pkg/idtools"
"github.com/docker/docker/pkg/mount"
"github.com/docker/docker/pkg/units"
"github.com/docker/go-units"
)
func init() {