Imports of package jobcontainers

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Microsoft/go-winio/pkg/guidPackage guid provides a GUID type.
github.com/Microsoft/hcsshim/internal/conpty
github.com/Microsoft/hcsshim/internal/cow
github.com/Microsoft/hcsshim/internal/execPackage exec implements a minimalized external process launcher.
github.com/Microsoft/hcsshim/internal/guestrequest
github.com/Microsoft/hcsshim/internal/hcs
github.com/Microsoft/hcsshim/internal/hcs/schema1
github.com/Microsoft/hcsshim/internal/hcs/schema2
github.com/Microsoft/hcsshim/internal/hcsoci
github.com/Microsoft/hcsshim/internal/jobobjectThis package provides higher level constructs for the win32 job object API.
github.com/Microsoft/hcsshim/internal/layersPackage layers deals with container layer mounting/unmounting for LCOW and WCOW
github.com/Microsoft/hcsshim/internal/log
github.com/Microsoft/hcsshim/internal/oci
github.com/Microsoft/hcsshim/internal/processorinfo
github.com/Microsoft/hcsshim/internal/queue
github.com/Microsoft/hcsshim/internal/resourcesPackage resources handles creating, updating, and releasing resources on a container
github.com/Microsoft/hcsshim/internal/wclayerPackage wclayer provides bindings to HCS's legacy layer management API and provides a higher level interface around these calls for container layer management.
github.com/Microsoft/hcsshim/internal/winapiPackage winapi contains various low-level bindings to Windows APIs.
github.com/opencontainers/runtime-spec/specs-go
github.com/pkg/errorsPackage errors provides simple error handling primitives.
golang.org/x/sys/windows
ioPackage io provides basic interfaces to I/O primitives.
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.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.
unicode/utf16Package utf16 implements encoding and decoding of UTF-16 sequences.
unsafePackage unsafe contains operations that step around the type safety of Go programs.