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/client | Package client is a Go client for the Docker Engine API. |
github.com/docker/docker/testutil | Package testutil contains common testing tasks like running dockerd. |
gotest.tools/v3/assert/cmp | Package cmp provides Comparisons for Assert and Check |
gotest.tools/v3/icmd | Package icmd executes binaries and provides convenient assertions for testing the results. |
testing | Package testing provides support for automated testing of Go packages. |