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. |
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/cmd/containerd-shim-runhcs-v1/stats | |
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/cpugroup | |
github.com/Microsoft/hcsshim/internal/jobobject | This package provides higher level constructs for the win32 job object API. |
github.com/Microsoft/hcsshim/internal/log | |
github.com/Microsoft/hcsshim/internal/vm | |
github.com/Microsoft/hcsshim/internal/vmservice | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/ttrpc | package ttrpc defines and implements a low level simple transfer protocol optimized for low latency and reliable connections between processes on the same host. |
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. |
google.golang.org/protobuf/types/known/emptypb | |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |