Add missing dependencies to vendor, and fix generation imports

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 875daf0130
Component: cli
This commit is contained in:
Daniel Nephin
2017-06-02 11:12:43 -04:00
parent 7ff65f2f57
commit ffaa61dd2d
21 changed files with 6341 additions and 4 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"path/filepath"
"strings"
"github.com/docker/docker/cli/command"
"github.com/docker/docker/cli/command/commands"
"github.com/docker/cli/cli/command"
"github.com/docker/cli/cli/command/commands"
"github.com/docker/docker/pkg/term"
"github.com/spf13/cobra"
"github.com/spf13/pflag"