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/go-runc | |
golang.org/x/sys/execabs | Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. |
golang.org/x/sys/unix | |
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. |
time | Package time provides functionality for measuring and displaying time. |