bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/api/services/tasks/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/api/types | |
github.com/containerd/containerd/api/types/task | Package task defines the task service. |
github.com/containerd/containerd/archive | |
github.com/containerd/containerd/containers | |
github.com/containerd/containerd/content | |
github.com/containerd/containerd/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
github.com/containerd/containerd/events | |
github.com/containerd/containerd/filters | Package filters defines a syntax and parser that can be used for the filtration of items across the containerd API. |
github.com/containerd/containerd/images | |
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/mount | |
github.com/containerd/containerd/pkg/blockio | |
github.com/containerd/containerd/pkg/rdt | |
github.com/containerd/containerd/pkg/timeout | |
github.com/containerd/containerd/plugin | |
github.com/containerd/containerd/protobuf | |
github.com/containerd/containerd/protobuf/proto | Package proto provides convinient aliases that make google.golang.org/protobuf migration easier. |
github.com/containerd/containerd/protobuf/types | Package types provides convinient aliases that make google.golang.org/protobuf migration easier. |
github.com/containerd/containerd/runtime | |
github.com/containerd/containerd/runtime/linux/runctypes | |
github.com/containerd/containerd/runtime/v2/runc/options | |
github.com/containerd/containerd/services | |
github.com/containerd/typeurl/v2 | |
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/specs-go/v1 | |
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. |
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. |
time | Package time provides functionality for measuring and displaying time. |