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. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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 | |
github.com/docker/docker/api/types/backend | Package backend includes types to send information to server backends. |
github.com/docker/docker/api/types/container | |
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/network | |
github.com/docker/docker/api/types/registry | |
github.com/docker/docker/api/types/swarm | |
github.com/docker/docker/api/types/time | |
github.com/docker/docker/api/types/volume | |
github.com/docker/docker/daemon/cluster/controllers/plugin | |
github.com/docker/docker/daemon/cluster/convert | |
github.com/docker/docker/daemon/cluster/executor | |
github.com/docker/docker/daemon/cluster/executor/container | |
github.com/docker/docker/daemon/network | |
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/internal/compatcontext | |
github.com/docker/docker/libnetwork/cluster | |
github.com/docker/docker/opts | |
github.com/docker/docker/pkg/ioutils | |
github.com/docker/docker/pkg/stack | |
github.com/docker/docker/runconfig | |
github.com/docker/docker/runconfig/opts | |
github.com/gogo/protobuf/types | Package types contains code for interacting with well-known types. |
github.com/moby/swarmkit/v2/api | |
github.com/moby/swarmkit/v2/manager/allocator/cnmallocator | |
github.com/moby/swarmkit/v2/manager/encryption | |
github.com/moby/swarmkit/v2/node | |
github.com/opencontainers/go-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
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. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
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. |