bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/container | |
github.com/docker/docker/api/types/mount | |
github.com/docker/docker/api/types/network | |
github.com/docker/docker/api/types/strslice | |
github.com/docker/docker/client | Package client is a Go client for the Docker Engine API. |
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/pkg/stdcopy | |
github.com/docker/go-connections/nat | Package nat is a convenience package for manipulation of strings describing network ports. |
github.com/opencontainers/image-spec/specs-go/v1 | |
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/assert/cmp | Package cmp provides Comparisons for Assert and Check |
gotest.tools/v3/poll | Package poll provides tools for testing asynchronous code. |
maps | Package maps defines various functions useful with maps of any type. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
testing | Package testing provides support for automated testing of Go packages. |