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:
@@ -3,7 +3,7 @@ package daemon
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/docker/docker/api/types/container"
|
||||
"github.com/docker/engine-api/types/container"
|
||||
)
|
||||
|
||||
// ContainerUpdate updates resources of the container
|
||||
|
||||
Reference in New Issue
Block a user