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/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/guestpath | |
github.com/Microsoft/hcsshim/internal/log | |
github.com/Microsoft/hcsshim/internal/logfields | |
github.com/Microsoft/hcsshim/internal/resources | Package resources handles creating, updating, and releasing resources on a container |
github.com/Microsoft/hcsshim/internal/uvm | This package describes the external interface for utility VMs. |
github.com/Microsoft/hcsshim/internal/winapi | Package winapi contains various low-level bindings to Windows APIs. |
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. |
io | Package io provides basic interfaces to I/O primitives. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |