mirror of https://github.com/docker/compose.git
Fix import order of cli/options
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
cc23137945
commit
19baa17246
|
@ -28,8 +28,8 @@
|
||||||
package options
|
package options
|
||||||
|
|
||||||
import (
|
import (
|
||||||
apicontext "github.com/docker/api/context"
|
|
||||||
cliconfig "github.com/docker/api/cli/config"
|
cliconfig "github.com/docker/api/cli/config"
|
||||||
|
apicontext "github.com/docker/api/context"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GlobalOpts contains the global CLI options
|
// GlobalOpts contains the global CLI options
|
||||||
|
|
Loading…
Reference in New Issue