mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Organize imports
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
ba455916c6
commit
161f8154de
@ -36,15 +36,14 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
// Backend registrations
|
||||
_ "github.com/docker/api/azure"
|
||||
"github.com/docker/api/cli/cmd/compose"
|
||||
_ "github.com/docker/api/example"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
_ "github.com/docker/api/azure"
|
||||
_ "github.com/docker/api/example"
|
||||
|
||||
"github.com/docker/api/cli/cmd"
|
||||
"github.com/docker/api/cli/cmd/compose"
|
||||
"github.com/docker/api/cli/cmd/run"
|
||||
apicontext "github.com/docker/api/context"
|
||||
"github.com/docker/api/context/store"
|
||||
|
Loading…
x
Reference in New Issue
Block a user