fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/docker/internal/lazyregexp | Package lazyregexp is a thin wrapper over regexp, allowing the use of global regexp variables without forcing them to be compiled at init. |
github.com/docker/docker/oci/caps | |
github.com/opencontainers/runtime-spec/specs-go | |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |