bytes | Package bytes implements functions for the manipulation of byte slices. |
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/BurntSushi/toml | Package toml implements decoding and encoding of TOML files. |
github.com/containerd/containerd/api/services/events/v1 | Package events defines the event pushing and subscription service. |
github.com/containerd/containerd/defaults | Package defaults provides several common defaults for interacting with containerd. |
github.com/containerd/containerd/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
github.com/containerd/containerd/log | |
github.com/containerd/containerd/mount | |
github.com/containerd/containerd/namespaces | |
github.com/containerd/containerd/pkg/dialer | |
github.com/containerd/containerd/pkg/timeout | |
github.com/containerd/containerd/services/server | |
github.com/containerd/containerd/services/server/config | |
github.com/containerd/containerd/sys | |
github.com/containerd/containerd/version | |
github.com/gogo/protobuf/types | Package types contains code for interacting with well-known types. |
github.com/opencontainers/runtime-spec/specs-go | |
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. |
github.com/urfave/cli | Package cli provides a minimal framework for creating and organizing command line Go applications. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/backoff | Package backoff provides configuration options for backoff. |
google.golang.org/grpc/grpclog | Package grpclog defines logging for grpc. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
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/signal | Package signal implements access to incoming signals. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
text/template | Package template implements data-driven templates for generating textual output. |
time | Package time provides functionality for measuring and displaying time. |