mirror of
https://github.com/docker/compose.git
synced 2026-06-24 18:18:27 +00:00
Organize imports
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
ba455916c6
commit
161f8154de
1 changed files with 4 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue