mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
goimports -local github.com/docker/compose-cli -w . ; gofmt -s -w .
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
801e747adb
commit
930ae8bdb2
29 changed files with 48 additions and 34 deletions
|
|
@ -24,12 +24,12 @@ import (
|
|||
"fmt"
|
||||
|
||||
"github.com/docker/compose-cli/api/backend"
|
||||
"github.com/docker/compose-cli/api/cloud"
|
||||
"github.com/docker/compose-cli/api/compose"
|
||||
"github.com/docker/compose-cli/api/containers"
|
||||
"github.com/docker/compose-cli/api/resources"
|
||||
"github.com/docker/compose-cli/api/secrets"
|
||||
"github.com/docker/compose-cli/api/volumes"
|
||||
"github.com/docker/compose-cli/api/cloud"
|
||||
"github.com/docker/compose-cli/errdefs"
|
||||
|
||||
"github.com/compose-spec/compose-go/types"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue