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

@ -5,13 +5,13 @@ import (
"io/ioutil"
"testing"
"github.com/docker/cli/cli/config/configfile"
"github.com/docker/cli/cli/internal/test"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/swarm"
"github.com/docker/docker/cli/config/configfile"
"github.com/docker/docker/cli/internal/test"
"github.com/pkg/errors"
// Import builders to get the builder function as package function
. "github.com/docker/docker/cli/internal/test/builders"
. "github.com/docker/cli/cli/internal/test/builders"
"github.com/stretchr/testify/assert"
)