bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Microsoft/go-winio/pkg/fs | This package contains Win32 filesystem functionality. |
github.com/Microsoft/go-winio/pkg/guid | Package guid provides a GUID type. |
github.com/Microsoft/hcsshim/hcn | Package hcn is a shim for the Host Compute Networking (HCN) service, which manages networking for Windows Server containers and Hyper-V containers. |
github.com/Microsoft/hcsshim/internal/cmd | Package cmd provides functionality used to execute commands inside of containers or UVMs, and to connect an upstream client to those commands for handling in/out/err IO. |
github.com/Microsoft/hcsshim/internal/cow | |
github.com/Microsoft/hcsshim/internal/credentials | Package credentials holds the necessary structs and functions for adding and removing Container Credential Guard instances (shortened to CCG normally) for V2 HCS schema containers. |
github.com/Microsoft/hcsshim/internal/devices | |
github.com/Microsoft/hcsshim/internal/guestpath | |
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/layers | Package layers deals with container layer mounting/unmounting for LCOW and WCOW |
github.com/Microsoft/hcsshim/internal/log | |
github.com/Microsoft/hcsshim/internal/logfields | |
github.com/Microsoft/hcsshim/internal/oci | |
github.com/Microsoft/hcsshim/internal/processorinfo | |
github.com/Microsoft/hcsshim/internal/resources | Package resources handles creating, updating, and releasing resources on a container |
github.com/Microsoft/hcsshim/internal/schemaversion | |
github.com/Microsoft/hcsshim/internal/uvm | This package describes the external interface for utility VMs. |
github.com/Microsoft/hcsshim/internal/uvmfolder | |
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/osversion | |
github.com/Microsoft/hcsshim/pkg/annotations | |
github.com/opencontainers/runtime-spec/specs-go | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
math | Package math provides basic constants and mathematical functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
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. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |