DockerCLI/cli/command/manifest
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
..
testdata Added support for setting OS version in docker manifest annotate. 2020-06-12 12:04:03 -07:00
annotate.go Added support for setting OS version in docker manifest annotate. 2020-06-12 12:04:03 -07:00
annotate_test.go cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:37 -05:00
client_test.go Add engine commands built on containerd 2018-08-20 09:42:05 -07:00
cmd.go Subcommand `docker manifest rm` 2020-09-15 16:26:47 -04:00
create_list.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
create_test.go cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:37 -05:00
inspect.go Fix manifest lists to always use correct size 2018-06-28 18:17:38 -07:00
inspect_test.go linting: ST1019: package is being imported more than once (stylecheck) 2023-02-27 17:03:24 -05:00
push.go Fix manifest lists to always use correct size 2018-06-28 18:17:38 -07:00
push_test.go cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:37 -05:00
rm.go Subcommand `docker manifest rm` 2020-09-15 16:26:47 -04:00
rm_test.go cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:37 -05:00
util.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00