mirror of https://github.com/docker/compose.git
Move prompt => utils/prompt
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
fe39267e3a
commit
5e20ffdc50
|
@ -29,7 +29,7 @@ import (
|
|||
|
||||
"github.com/docker/compose-cli/api/context/store"
|
||||
"github.com/docker/compose-cli/errdefs"
|
||||
"github.com/docker/compose-cli/prompt"
|
||||
"github.com/docker/compose-cli/utils/prompt"
|
||||
)
|
||||
|
||||
// ContextParams options for creating ACI context
|
||||
|
|
|
@ -26,7 +26,7 @@ import (
|
|||
|
||||
"github.com/docker/compose-cli/api/context/store"
|
||||
"github.com/docker/compose-cli/errdefs"
|
||||
"github.com/docker/compose-cli/prompt"
|
||||
"github.com/docker/compose-cli/utils/prompt"
|
||||
|
||||
"github.com/AlecAivazis/survey/v2/terminal"
|
||||
"github.com/aws/aws-sdk-go/aws"
|
||||
|
|
|
@ -22,7 +22,7 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/docker/compose-cli/api/context/store"
|
||||
"github.com/docker/compose-cli/prompt"
|
||||
"github.com/docker/compose-cli/utils/prompt"
|
||||
|
||||
"github.com/golang/mock/gomock"
|
||||
"gotest.tools/v3/assert"
|
||||
|
|
Loading…
Reference in New Issue