context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
expvar | Package expvar provides a standardized interface to public variables, such as operation counters in servers. |
github.com/containerd/containerd/api/services/content/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/api/services/snapshots/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/content | |
github.com/containerd/containerd/content/local | |
github.com/containerd/containerd/content/proxy | |
github.com/containerd/containerd/defaults | Package defaults provides several common defaults for interacting with containerd. |
github.com/containerd/containerd/diff | |
github.com/containerd/containerd/events/exchange | |
github.com/containerd/containerd/log | |
github.com/containerd/containerd/metadata | Package metadata stores all labels and object specific metadata by namespace. |
github.com/containerd/containerd/pkg/dialer | |
github.com/containerd/containerd/pkg/timeout | |
github.com/containerd/containerd/plugin | |
github.com/containerd/containerd/services/server/config | |
github.com/containerd/containerd/snapshots | |
github.com/containerd/containerd/snapshots/proxy | |
github.com/containerd/containerd/sys | |
github.com/containerd/ttrpc | package ttrpc defines and implements a low level simple transfer protocol optimized for low latency and reliable connections between processes on the same host. |
github.com/docker/go-metrics | |
github.com/grpc-ecosystem/go-grpc-prometheus | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
go.etcd.io/bbolt | |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/backoff | Package backoff provides configuration options for backoff. |
google.golang.org/grpc/credentials | Package credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call. |
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. |
net/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
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. |
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. |