mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Move errdefs => api/errdefs
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
5e20ffdc50
commit
f1ac6d4fdc
44 changed files with 42 additions and 42 deletions
|
|
@ -25,8 +25,8 @@ import (
|
|||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/docker/compose-cli/api/client"
|
||||
"github.com/docker/compose-cli/api/errdefs"
|
||||
"github.com/docker/compose-cli/cli/formatter"
|
||||
"github.com/docker/compose-cli/errdefs"
|
||||
)
|
||||
|
||||
// StartCommand starts containers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue