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:
Guillaume Tardif 2021-01-15 16:24:00 +01:00
parent 801e747adb
commit 930ae8bdb2
29 changed files with 48 additions and 34 deletions

View file

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