DockerCLI/cli/command/stack
Sebastiaan van Stijn c06cb423eb linting: ST1019: package is being imported more than once (stylecheck)
cli/command/manifest/inspect_test.go:9:2: ST1019: package "github.com/docker/cli/cli/manifest/types" is being imported more than once (stylecheck)
        "github.com/docker/cli/cli/manifest/types"
        ^
    cli/command/manifest/inspect_test.go:10:2: ST1019(related information): other import of "github.com/docker/cli/cli/manifest/types" (stylecheck)
        manifesttypes "github.com/docker/cli/cli/manifest/types"
        ^
    cli/command/stack/swarm/deploy_composefile.go:14:2: ST1019: package "github.com/docker/docker/client" is being imported more than once (stylecheck)
        apiclient "github.com/docker/docker/client"
        ^
    cli/command/stack/swarm/deploy_composefile.go:15:2: ST1019(related information): other import of "github.com/docker/docker/client" (stylecheck)
        dockerclient "github.com/docker/docker/client"
        ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit ce01160e74)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-27 17:03:24 -05:00
..
formatter linting: fix incorrectly formatted errors (revive) 2022-08-18 19:16:48 +02:00
kubernetes cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
loader cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
options Remove experimental "deploy" from "dab" files 2019-12-09 10:34:14 +01:00
swarm linting: ST1019: package is being imported more than once (stylecheck) 2023-02-27 17:03:24 -05:00
testdata formatter: reduce minimum width for columns in table-view 2020-08-31 16:31:15 +02:00
client_test.go Fix tests with missing mocks 2018-11-08 11:37:49 +01:00
cmd.go Deprecate Kubernetes stack support 2021-07-02 16:36:31 +02:00
common.go Expose all stack commands to be used by downstream projects. 2019-01-16 14:47:50 +01:00
deploy.go Remove experimental "deploy" from "dab" files 2019-12-09 10:34:14 +01:00
deploy_test.go cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
list.go Deprecate Kubernetes stack support 2021-07-02 16:36:31 +02:00
list_test.go cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
ps.go Expose all stack commands to be used by downstream projects. 2019-01-16 14:47:50 +01:00
ps_test.go cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
remove.go Expose all stack commands to be used by downstream projects. 2019-01-16 14:47:50 +01:00
remove_test.go cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00
services.go Replace vbom.ml/util with fvbommel/sortorder 2020-08-28 15:35:42 +02:00
services_test.go cli/command/stack: remove deprecated io/ioutil 2023-02-27 16:27:37 -05:00