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 | This package provides utilities for efficiently performing Win32 IO operations in Go. |
github.com/Microsoft/go-winio/pkg/guid | Package guid provides a GUID type. |
github.com/Microsoft/go-winio/pkg/process | |
github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/stats | |
github.com/Microsoft/hcsshim/internal/hcs | |
github.com/Microsoft/hcsshim/internal/hcs/resourcepaths | |
github.com/Microsoft/hcsshim/internal/hcs/schema2 | |
github.com/Microsoft/hcsshim/internal/log | |
github.com/Microsoft/hcsshim/internal/protocol/guestrequest | |
github.com/Microsoft/hcsshim/internal/schemaversion | |
github.com/Microsoft/hcsshim/internal/vm | |
github.com/Microsoft/hcsshim/osversion | |
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. |
golang.org/x/sys/windows | Package windows contains an interface to the low-level operating system primitives. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |