Update imports.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2017-04-17 18:07:56 -04:00
parent f2559aa2e0
commit 10641c2aae
197 changed files with 434 additions and 434 deletions

View File

@ -6,7 +6,7 @@ import (
"path/filepath"
"github.com/Sirupsen/logrus"
cliconfig "github.com/docker/docker/cli/config"
cliconfig "github.com/docker/cli/cli/config"
"github.com/docker/docker/opts"
"github.com/docker/go-connections/tlsconfig"
"github.com/spf13/pflag"

View File

@ -4,7 +4,7 @@ import (
"path/filepath"
"testing"
cliconfig "github.com/docker/docker/cli/config"
cliconfig "github.com/docker/cli/cli/config"
"github.com/spf13/pflag"
"github.com/stretchr/testify/assert"
)