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/containerd/containerd/api/services/containers/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/api/services/content/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/api/services/diff/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/api/services/events/v1 | Package events defines the event pushing and subscription service. |
github.com/containerd/containerd/api/services/images/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/api/services/namespaces/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/api/services/snapshot/v1 | |
github.com/containerd/containerd/api/services/tasks/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/api/services/version/v1 | Package version defines the version service. |
github.com/containerd/containerd/api/types | |
github.com/containerd/containerd/containers | |
github.com/containerd/containerd/content | |
github.com/containerd/containerd/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
github.com/containerd/containerd/images | |
github.com/containerd/containerd/linux/runcopts | |
github.com/containerd/containerd/mount | |
github.com/containerd/containerd/namespaces | |
github.com/containerd/containerd/plugin | |
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/content | |
github.com/containerd/containerd/services/diff | |
github.com/containerd/containerd/services/images | |
github.com/containerd/containerd/services/snapshot | |
github.com/containerd/containerd/snapshot | |
github.com/containerd/containerd/typeurl | |
github.com/containerd/fifo | |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/gogo/protobuf/types | Package types contains code for interacting with well-known types. |
github.com/golang/protobuf/ptypes/empty | |
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/runtime-spec/specs-go | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
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. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/grpclog | Package grpclog defines logging for 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. |
log | Package log implements a simple logging package. |
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. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |