Move engine-api client package

This moves the engine-api client package to `/docker/docker/client`.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Upstream-commit: 7c36a1af031b510cd990cf488ee5998a3efb450f
Component: engine
This commit is contained in:
Michael Crosby
2016-09-06 11:46:37 -07:00
parent 45ddc4bfcb
commit 60a22c207c
211 changed files with 10044 additions and 75 deletions

View File

@ -12,8 +12,8 @@ import (
"github.com/docker/docker/api/client/inspect"
"github.com/docker/docker/api/types/swarm"
"github.com/docker/docker/cli"
apiclient "github.com/docker/docker/client"
"github.com/docker/docker/pkg/ioutils"
apiclient "github.com/docker/engine-api/client"
"github.com/docker/go-units"
"github.com/spf13/cobra"
)