|
@@ -40,7 +40,7 @@ import (
|
|
|
"github.com/docker/compose-cli/api/containers"
|
|
|
"github.com/docker/compose-cli/context/store"
|
|
|
"github.com/docker/compose-cli/errdefs"
|
|
|
- "github.com/docker/compose-cli/progress"
|
|
|
+ "github.com/docker/compose-cli/api/progress"
|
|
|
)
|
|
|
|
|
|
func createACIContainers(ctx context.Context, aciContext store.AciContext, groupDefinition containerinstance.ContainerGroup) error {
|