Move internal/test package out of cli.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
@ -5,7 +5,7 @@ import (
|
||||
"io/ioutil"
|
||||
"testing"
|
||||
|
||||
"github.com/docker/cli/cli/internal/test"
|
||||
"github.com/docker/cli/internal/test"
|
||||
"github.com/docker/docker/api/types"
|
||||
"github.com/docker/docker/pkg/testutil"
|
||||
"github.com/gotestyourself/gotestyourself/golden"
|
||||
|
||||
Reference in New Issue
Block a user