context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
github.com/Microsoft/go-winio | This package provides utilities for efficiently performing Win32 IO operations in Go. |
github.com/containerd/containerd/api/services/ttrpc/events/v1 | Package events defines the ttrpc event service. |
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. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |