context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Microsoft/go-winio/pkg/guid | Package guid provides a GUID type. |
github.com/Microsoft/hcsshim/internal/conpty | |
github.com/Microsoft/hcsshim/internal/cow | |
github.com/Microsoft/hcsshim/internal/exec | Package 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/jobobject | This package provides higher level constructs for the win32 job object API. |
github.com/Microsoft/hcsshim/internal/layers | Package 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/resources | Package resources handles creating, updating, and releasing resources on a container |
github.com/Microsoft/hcsshim/internal/wclayer | Package 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/winapi | Package winapi contains various low-level bindings to Windows APIs. |
github.com/opencontainers/runtime-spec/specs-go | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
golang.org/x/sys/windows | |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |
unicode/utf16 | Package utf16 implements encoding and decoding of UTF-16 sequences. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |