context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
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/containerd/content | |
github.com/containerd/containerd/content/local | |
github.com/containerd/containerd/remotes | |
github.com/containerd/containerd/remotes/docker | |
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 | |
github.com/docker/docker/api/types/backend | Package backend includes types to send information to server backends. |
github.com/docker/docker/api/types/events | |
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/registry | |
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/pkg/authorization | |
github.com/docker/docker/pkg/containerfs | |
github.com/docker/docker/pkg/ioutils | |
github.com/docker/docker/pkg/plugingetter | |
github.com/docker/docker/pkg/plugins | Package plugins provides structures and helper functions to manage Docker plugins. |
github.com/docker/docker/plugin/v2 | |
github.com/docker/docker/registry | Package registry contains client primitives to interact with a remote Docker registry. |
github.com/moby/pubsub | |
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/runtime-spec/specs-go | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
io | Package io provides basic interfaces to I/O primitives. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
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. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |