mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +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
|
|
@ -19,7 +19,7 @@ package cloud
|
|||
import (
|
||||
"context"
|
||||
|
||||
"github.com/docker/compose-cli/errdefs"
|
||||
"github.com/docker/compose-cli/api/errdefs"
|
||||
)
|
||||
|
||||
// Service cloud specific services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue