context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containerd/containerd/diff | |
github.com/containerd/containerd/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
github.com/containerd/containerd/log | |
github.com/containerd/containerd/mount | |
github.com/containerd/containerd/namespaces | |
github.com/containerd/containerd/snapshots | |
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/image-spec/identity | Package identity provides implementations of subtle calculations pertaining to image and layer identity. |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
os | Package os provides a platform-independent interface to operating system functionality. |
time | Package time provides functionality for measuring and displaying time. |