mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
update go import path and libcontainer
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux) Upstream-commit: b3ee9ac74e171e00f14027e39278013629e681b8 Component: engine
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package daemonconfig
|
||||
|
||||
import (
|
||||
"github.com/dotcloud/docker/daemon/networkdriver"
|
||||
"github.com/dotcloud/docker/engine"
|
||||
"github.com/docker/docker/daemon/networkdriver"
|
||||
"github.com/docker/docker/engine"
|
||||
"net"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user