Imports of package runc

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
github.com/Microsoft/opengcs/service/gcs/oslayer
github.com/Microsoft/opengcs/service/gcs/oslayer/realos
github.com/Microsoft/opengcs/service/gcs/runtimePackage runtime defines the interface between the GCS and an OCI container runtime.
github.com/Microsoft/opengcs/service/gcs/stdio
github.com/Microsoft/opengcs/service/libs/commonutils
github.com/docker/containerd/sys
github.com/opencontainers/runtime-spec/specs-go
github.com/pkg/errorsPackage errors provides simple error handling primitives.
golang.org/x/sys/unix
io/ioutilPackage ioutil implements some I/O utility functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.