From 32138ef0566ea6572d36661f32ccd91025baa7be Mon Sep 17 00:00:00 2001 From: David Calavera Date: Fri, 18 Dec 2015 12:44:39 -0500 Subject: [PATCH] Move blkiodev package to types. Signed-off-by: David Calavera Upstream-commit: 757d284759549d1efc0e0539643d1ec72c6f2cf4 Component: cli --- components/cli/opts/opts.go | 2 +- components/cli/opts/throttledevice.go | 2 +- components/cli/opts/weightdevice.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/cli/opts/opts.go b/components/cli/opts/opts.go index 1a77e20c7a..98a0319750 100644 --- a/components/cli/opts/opts.go +++ b/components/cli/opts/opts.go @@ -8,7 +8,7 @@ import ( "strconv" "strings" - "github.com/docker/docker/pkg/blkiodev" + "github.com/docker/docker/api/types/blkiodev" "github.com/docker/go-units" ) diff --git a/components/cli/opts/throttledevice.go b/components/cli/opts/throttledevice.go index fb11802326..6d3e31bc04 100644 --- a/components/cli/opts/throttledevice.go +++ b/components/cli/opts/throttledevice.go @@ -3,7 +3,7 @@ package opts import ( "fmt" - "github.com/docker/docker/pkg/blkiodev" + "github.com/docker/docker/api/types/blkiodev" ) // ThrottledeviceOpt defines a map of ThrottleDevices diff --git a/components/cli/opts/weightdevice.go b/components/cli/opts/weightdevice.go index 4c6288f6af..2c94af3bf0 100644 --- a/components/cli/opts/weightdevice.go +++ b/components/cli/opts/weightdevice.go @@ -3,7 +3,7 @@ package opts import ( "fmt" - "github.com/docker/docker/pkg/blkiodev" + "github.com/docker/docker/api/types/blkiodev" ) // WeightdeviceOpt defines a map of WeightDevices