Imports of oci-runtime-tool command

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/opencontainers/runtime-spec/specs-go
github.com/opencontainers/runtime-tools/errorPackage error implements generic tooling for tracking RFC 2119 violations and linking back to the appropriate specification section.
github.com/opencontainers/runtime-tools/generatePackage generate implements functions generating container config files.
github.com/opencontainers/runtime-tools/generate/seccomp
github.com/opencontainers/runtime-tools/specerrorPackage specerror implements runtime-spec-specific tooling for tracking RFC 2119 violations.
github.com/opencontainers/runtime-tools/validate
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
github.com/urfave/cliPackage cli provides a minimal framework for creating and organizing command line Go applications.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.