rm client and vendor it instead

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass
2017-05-08 09:33:45 -07:00
committed by Gaetan de Villele
parent 4411f5c7e0
commit 57230a7212
223 changed files with 41 additions and 7441 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/docker/cli/cli"
"github.com/docker/cli/cli/command"
"github.com/docker/cli/cli/command/image"
apiclient "github.com/docker/cli/client"
apiclient "github.com/docker/docker/client"
"github.com/docker/distribution/reference"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/container"

View File

@ -7,7 +7,7 @@ import (
"github.com/Sirupsen/logrus"
"github.com/docker/cli/cli"
"github.com/docker/cli/cli/command"
apiclient "github.com/docker/cli/client"
apiclient "github.com/docker/docker/client"
"github.com/docker/docker/api/types"
options "github.com/docker/docker/opts"
"github.com/docker/docker/pkg/promise"

View File

@ -9,7 +9,7 @@ import (
"github.com/Sirupsen/logrus"
"github.com/docker/cli/cli/command/formatter"
"github.com/docker/cli/client"
"github.com/docker/docker/client"
"github.com/docker/docker/api/types"
"github.com/pkg/errors"
"golang.org/x/net/context"

View File

@ -9,7 +9,7 @@ import (
"github.com/Sirupsen/logrus"
"github.com/docker/cli/cli/command"
"github.com/docker/cli/client"
"github.com/docker/docker/client"
"github.com/docker/docker/api/types"
"github.com/docker/docker/pkg/signal"
"golang.org/x/net/context"

View File

@ -5,7 +5,7 @@ import (
"github.com/Sirupsen/logrus"
"github.com/docker/cli/cli/command"
clientapi "github.com/docker/cli/client"
clientapi "github.com/docker/docker/client"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/events"
"github.com/docker/docker/api/types/filters"