context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package 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/filters | Package 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/errdefs | Package errdefs defines a set of error interfaces that packages should use for communicating classes of errors. |
github.com/docker/docker/testutil/daemon | Package daemon launches dockerd for testing purposes. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
gotest.tools/v3/assert | Package assert provides assertions for comparing expected values to actual values in tests. |
gotest.tools/v3/icmd | Package icmd executes binaries and provides convenient assertions for testing the results. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |