context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/hcsshim/internal/appargs | Package appargs provides argument validation routines for use with github.com/urfave/cli. |
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/shimdiag | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/console | |
github.com/urfave/cli | Package cli provides a minimal framework for creating and organizing command line Go applications. |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |