Imports of package daemon

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/errdefsPackage errdefs defines a set of error interfaces that packages should use for communicating classes of errors.
github.com/docker/docker/testutil/daemonPackage daemon launches dockerd for testing purposes.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
gotest.tools/v3/assertPackage assert provides assertions for comparing expected values to actual values in tests.
gotest.tools/v3/icmdPackage icmd executes binaries and provides convenient assertions for testing the results.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.