| bytes | Package bytes implements functions for the manipulation of byte slices. |
| embed | Package embed provides access to files embedded in the running Go program. |
| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| 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/console | |
| github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
| github.com/moby/sys/userns | Package userns provides utilities to detect whether we are currently running in a Linux user namespace. |
| github.com/opencontainers/cgroups | |
| github.com/opencontainers/cgroups/devices | Implements creation of eBPF device filter program. |
| github.com/opencontainers/runc/libcontainer | Package libcontainer provides a native Go implementation for creating containers with namespaces, cgroups, capabilities, and filesystem access controls. |
| github.com/opencontainers/runc/libcontainer/capabilities | |
| github.com/opencontainers/runc/libcontainer/configs | Package configs provides various container-related configuration types used by libcontainer. |
| github.com/opencontainers/runc/libcontainer/intelrdt | |
| github.com/opencontainers/runc/libcontainer/nsenter | |
| github.com/opencontainers/runc/libcontainer/seccomp | |
| github.com/opencontainers/runc/libcontainer/specconv | |
| github.com/opencontainers/runc/libcontainer/system | |
| github.com/opencontainers/runc/libcontainer/utils | |
| github.com/opencontainers/runc/types | |
| github.com/opencontainers/runc/types/features | Package features provides the annotations for github.com/opencontainers/runtime-spec/specs-go/features. |
| github.com/opencontainers/runtime-spec/specs-go | |
| github.com/opencontainers/runtime-spec/specs-go/features | Package features provides the Features struct. |
| 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 | Package unix contains an interface to the low-level operating system primitives. |
| 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. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| os/exec | Package exec runs external commands. |
| os/signal | Package signal implements access to incoming signals. |
| os/user | Package user allows user account lookups by name or id. |
| path | Package path implements utility routines for manipulating slash-separated paths. |
| 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. |
| slices | Package slices defines various functions useful with slices of any type. |
| 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. |
| syscall | Package syscall contains an interface to the low-level operating system primitives. |
| text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
| time | Package time provides functionality for measuring and displaying time. |