diff --git a/opts/opts.go b/opts/opts.go index 1a77e20c7a..98a0319750 100644 --- a/opts/opts.go +++ b/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/opts/throttledevice.go b/opts/throttledevice.go index fb11802326..6d3e31bc04 100644 --- a/opts/throttledevice.go +++ b/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/opts/weightdevice.go b/opts/weightdevice.go index 4c6288f6af..2c94af3bf0 100644 --- a/opts/weightdevice.go +++ b/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