Imports of hooks_stdin command

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/hashicorp/go-multierror
github.com/mndrix/tap-goPackage tap provides support for automated Test Anything Protocol ("TAP") tests in Go.
github.com/opencontainers/runtime-spec/specs-go
github.com/opencontainers/runtime-tools/specerrorPackage specerror implements runtime-spec-specific tooling for tracking RFC 2119 violations.
github.com/opencontainers/runtime-tools/validation/util
github.com/satori/go.uuidPackage uuid provides implementation of Universally Unique Identifier (UUID).
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
timePackage time provides functionality for measuring and displaying time.