Move prompt => utils/prompt

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
Guillaume Tardif 2021-01-15 16:49:12 +01:00
parent fe39267e3a
commit 5e20ffdc50
5 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"