context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containerd/console | |
github.com/containerd/containerd/cmd/ctr/commands | |
github.com/containerd/containerd/namespaces | |
github.com/containerd/containerd/runtime/v2/shim | |
github.com/containerd/containerd/runtime/v2/task | |
github.com/containerd/fifo | |
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/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/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. |
github.com/urfave/cli | Package cli provides a minimal framework for creating and organizing command line Go applications. |
golang.org/x/sys/unix | |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility 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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |