Imports of package server

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/cgroups
github.com/containerd/containerd
github.com/containerd/containerd/api/eventsCode generated by protoc-gen-go-fieldpath.
github.com/containerd/containerd/api/services/events/v1Package events defines the event pushing and subscription service.
github.com/containerd/containerd/api/services/tasks/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/types
github.com/containerd/containerd/api/types/taskPackage task defines the task service.
github.com/containerd/containerd/cio
github.com/containerd/containerd/containers
github.com/containerd/containerd/content
github.com/containerd/containerd/contrib/apparmor
github.com/containerd/containerd/contrib/seccomp
github.com/containerd/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/containerd/containerd/images
github.com/containerd/containerd/linux/runctypes
github.com/containerd/containerd/mount
github.com/containerd/containerd/namespaces
github.com/containerd/containerd/oci
github.com/containerd/containerd/platforms
github.com/containerd/containerd/plugin
github.com/containerd/containerd/remotes/docker
github.com/containerd/containerd/snapshots
github.com/containerd/containerd/sys
github.com/containerd/typeurl
github.com/cri-o/ocicni/pkg/ocicni
github.com/davecgh/go-spew/spewPackage spew implements a deep pretty printer for Go data structures to aid in debugging.
github.com/docker/distribution/referencePackage reference is deprecated, and has moved to github.com/distribution/reference.
github.com/docker/docker/pkg/signal
github.com/docker/docker/pkg/system
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/kubernetes-incubator/cri-containerd/cmd/cri-containerd/options
github.com/kubernetes-incubator/cri-containerd/pkg/api/v1
github.com/kubernetes-incubator/cri-containerd/pkg/containerd/importer
github.com/kubernetes-incubator/cri-containerd/pkg/containerd/opts
github.com/kubernetes-incubator/cri-containerd/pkg/ioutil
github.com/kubernetes-incubator/cri-containerd/pkg/os
github.com/kubernetes-incubator/cri-containerd/pkg/registrar
github.com/kubernetes-incubator/cri-containerd/pkg/server/io
github.com/kubernetes-incubator/cri-containerd/pkg/store
github.com/kubernetes-incubator/cri-containerd/pkg/store/container
github.com/kubernetes-incubator/cri-containerd/pkg/store/image
github.com/kubernetes-incubator/cri-containerd/pkg/store/sandbox
github.com/kubernetes-incubator/cri-containerd/pkg/store/snapshot
github.com/kubernetes-incubator/cri-containerd/pkg/util
github.com/kubernetes-incubator/cri-containerd/pkg/version
github.com/opencontainers/go-digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
github.com/opencontainers/image-spec/identityPackage 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/apparmor
github.com/opencontainers/runc/libcontainer/devices
github.com/opencontainers/runc/libcontainer/seccomp
github.com/opencontainers/runtime-spec/specs-go
github.com/opencontainers/runtime-tools/generatePackage generate implements functions generating container config files.
github.com/opencontainers/runtime-tools/validate
github.com/opencontainers/selinux/go-selinuxPackage selinux provides a high-level interface for interacting with selinux.
github.com/opencontainers/selinux/go-selinux/label
github.com/syndtr/gocapability/capabilityPackage capability provides utilities for manipulating POSIX capabilities.
golang.org/x/net/contextPackage 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/unixPackage unix contains an interface to the low-level operating system primitives.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/apimachinery/pkg/util/net
k8s.io/apimachinery/pkg/util/runtime
k8s.io/client-go/tools/remotecommandPackage remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY.
k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime
k8s.io/kubernetes/pkg/kubelet/server/streaming
k8s.io/utils/execPackage exec provides an injectable interface and implementations for running commands.
mathPackage math provides basic constants and mathematical functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.