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.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/docker/api/types
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/swarm
github.com/docker/docker/clientPackage client is a Go client for the Docker Engine API.
github.com/docker/docker/testutil/daemonPackage daemon launches dockerd for testing purposes.
github.com/docker/docker/testutil/environment
gotest.tools/v3/assertPackage assert provides assertions for comparing expected values to actual values in tests.
gotest.tools/v3/pollPackage poll provides tools for testing asynchronous code.
gotest.tools/v3/skipPackage skip provides functions for skipping a test and printing the source code of the condition used to skip the test.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.