| 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/moby/sys/user | |
| github.com/opencontainers/runc/libcontainer/configs | Package configs provides various container-related configuration types used by libcontainer. |
| github.com/opencontainers/runc/libcontainer/system | |
| github.com/opencontainers/runc/libcontainer/utils | |
| github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
| golang.org/x/sys/unix | |
| io | Package io provides basic interfaces to I/O primitives. |
| math | Package math provides basic constants and mathematical functions. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| os/exec | Package exec runs external commands. |
| 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/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
| time | Package time provides functionality for measuring and displaying time. |