mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Modify import paths to point to the new engine-api package.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package daemon
|
||||
|
||||
import (
|
||||
"github.com/docker/docker/api/types"
|
||||
"github.com/docker/docker/container"
|
||||
"github.com/docker/engine-api/types"
|
||||
)
|
||||
|
||||
// This sets platform-specific fields
|
||||
|
||||
Reference in New Issue
Block a user