context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/console | |
github.com/containerd/containerd/api/events | Code generated by protoc-gen-go-fieldpath. |
github.com/containerd/containerd/api/types/task | Package task defines the task service. |
github.com/containerd/containerd/events | |
github.com/containerd/containerd/mount | |
github.com/containerd/containerd/namespaces | |
github.com/containerd/containerd/pkg/process | |
github.com/containerd/containerd/pkg/stdio | |
github.com/containerd/containerd/runtime | |
github.com/containerd/containerd/runtime/linux/runctypes | |
github.com/containerd/containerd/runtime/v1/shim/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/sys/reaper | |
github.com/containerd/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
github.com/containerd/fifo | |
github.com/containerd/go-runc | |
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/containerd/typeurl | |
github.com/gogo/protobuf/types | Package types contains code for interacting with well-known types. |
github.com/opencontainers/runtime-spec/specs-go | |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
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. |
net/url | Package url parses URLs and implements query escaping. |
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. |
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. |