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/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/containerd/containerd | |
github.com/containerd/containerd/api/services/containers | |
github.com/containerd/containerd/api/services/execution | |
github.com/containerd/containerd/api/services/version | |
github.com/containerd/containerd/api/types/mount | |
github.com/containerd/containerd/api/types/task | Package task defines the task service. |
github.com/containerd/containerd/content | |
github.com/containerd/containerd/images | |
github.com/containerd/containerd/metadata | Package metadata stores all labels and object specific metadata by namespace. |
github.com/containerd/containerd/remotes | |
github.com/containerd/containerd/remotes/docker | |
github.com/containerd/containerd/remotes/docker/schema1 | Package schema1 provides a converter to fetch an image formatted in Docker Image Manifest v2, Schema 1. |
github.com/containerd/containerd/rootfs | |
github.com/containerd/containerd/services/diff | |
github.com/containerd/containerd/snapshot | |
github.com/docker/distribution/reference | Package reference is deprecated, and has moved to github.com/distribution/reference. |
github.com/docker/docker/pkg/signal | |
github.com/docker/docker/pkg/stringid | Package stringid provides helper functions for dealing with string identifiers |
github.com/docker/docker/pkg/truncindex | |
github.com/gogo/protobuf/types | Package types contains code for interacting with well-known types. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/golang/protobuf/ptypes/empty | |
github.com/jpillora/backoff | Package backoff provides an exponential-backoff implementation. |
github.com/kubernetes-incubator/cri-containerd/pkg/metadata | |
github.com/kubernetes-incubator/cri-containerd/pkg/metadata/store | |
github.com/kubernetes-incubator/cri-containerd/pkg/os | |
github.com/kubernetes-incubator/cri-containerd/pkg/registrar | |
github.com/kubernetes-incubator/cri-containerd/pkg/server/agents | |
github.com/kubernetes-incubator/cri-o/pkg/ocicni | |
github.com/opencontainers/go-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
github.com/opencontainers/image-spec/identity | Package identity provides implementations of subtle calculations pertaining to image and layer identity. |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/opencontainers/runc/libcontainer/devices | |
github.com/opencontainers/runtime-spec/specs-go | |
github.com/opencontainers/runtime-tools/generate | Package generate implements functions generating container config files. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
golang.org/x/sys/unix | |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/health/grpc_health_v1 | |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime | |
k8s.io/kubernetes/pkg/util/interrupt | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |