context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containerd/log | Package log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger. |
github.com/distribution/reference | Package reference provides a general type to represent any way of referencing images within the registry. |
github.com/docker/docker/api/types/container | |
github.com/docker/docker/dockerversion | |
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/layer | Package layer is package for managing read-only and read-write mounts on the union file system driver. |
github.com/docker/docker/pkg/ioutils | |
github.com/opencontainers/go-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
github.com/opencontainers/go-digest/digestset | |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
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. |
time | Package time provides functionality for measuring and displaying time. |