Imports of package swarm

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/cli/cli/command
github.com/docker/cli/cli/command/idresolver
github.com/docker/cli/cli/command/service
github.com/docker/cli/cli/command/stack/formatter
github.com/docker/cli/cli/command/stack/options
github.com/docker/cli/cli/command/task
github.com/docker/cli/cli/compose/convert
github.com/docker/cli/cli/compose/types
github.com/docker/cli/opts
github.com/docker/docker/api/types
github.com/docker/docker/api/types/container
github.com/docker/docker/api/types/filtersPackage filters provides tools for encoding a mapping of keys to a set of multiple values.
github.com/docker/docker/api/types/network
github.com/docker/docker/api/types/swarm
github.com/docker/docker/api/types/versions
github.com/docker/docker/clientPackage client is a Go client for the Docker Engine API.
github.com/docker/docker/errdefsPackage errdefs defines a set of error interfaces that packages should use for communicating classes of errors.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
sortPackage sort provides primitives for sorting slices and user-defined collections.