Imports of package server

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
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.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
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/BurntSushi/tomlPackage toml implements decoding and encoding of TOML files.
github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options
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/tasks/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/types
github.com/containerd/containerd/cio
github.com/containerd/containerd/containers
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/events
github.com/containerd/containerd/images
github.com/containerd/containerd/log
github.com/containerd/containerd/metrics/types/v1
github.com/containerd/containerd/metrics/types/v2
github.com/containerd/containerd/mount
github.com/containerd/containerd/oci
github.com/containerd/containerd/platforms
github.com/containerd/containerd/plugin
github.com/containerd/containerd/reference/dockerPackage docker is deprecated, and has moved to github.com/distribution/reference.
github.com/containerd/containerd/remotes/docker
github.com/containerd/containerd/runtime/linux/runctypes
github.com/containerd/containerd/runtime/v2/runc/options
github.com/containerd/containerd/snapshots
github.com/containerd/containerd/sys
github.com/containerd/containerd/version
github.com/containerd/cri/pkg/annotations
github.com/containerd/cri/pkg/api/runtimeoptions/v1Package cri_runtimeoptions_v1 is a generated protocol buffer package.
github.com/containerd/cri/pkg/atomic
github.com/containerd/cri/pkg/config
github.com/containerd/cri/pkg/constants
github.com/containerd/cri/pkg/containerd/opts
github.com/containerd/cri/pkg/containerd/util
github.com/containerd/cri/pkg/ioutil
github.com/containerd/cri/pkg/netns
github.com/containerd/cri/pkg/os
github.com/containerd/cri/pkg/registrar
github.com/containerd/cri/pkg/seccomp
github.com/containerd/cri/pkg/server/bandwidthPackage bandwidth provides utilities for bandwidth shaping
github.com/containerd/cri/pkg/server/io
github.com/containerd/cri/pkg/store
github.com/containerd/cri/pkg/store/container
github.com/containerd/cri/pkg/store/image
github.com/containerd/cri/pkg/store/label
github.com/containerd/cri/pkg/store/sandbox
github.com/containerd/cri/pkg/store/snapshot
github.com/containerd/cri/pkg/streaming
github.com/containerd/cri/pkg/util
github.com/containerd/go-cni
github.com/containerd/imgcrypt
github.com/containerd/imgcrypt/images/encryption
github.com/containerd/typeurl
github.com/containernetworking/plugins/pkg/ns
github.com/davecgh/go-spew/spewPackage spew implements a deep pretty printer for Go data structures to aid in debugging.
github.com/fsnotify/fsnotifyPackage fsnotify provides a cross-platform interface for file system notifications.
github.com/gogo/protobuf/typesPackage types contains code for interacting with well-known types.
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/specs-go/v1
github.com/opencontainers/runc/libcontainer/apparmor
github.com/opencontainers/runtime-spec/specs-go
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/pkg/errorsPackage errors provides simple error handling primitives.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
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/unix
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/clock
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/client-go/util/cert
k8s.io/cri-api/pkg/apis/runtime/v1alpha2
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.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
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.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.
text/templatePackage template implements data-driven templates for generating textual output.
timePackage time provides functionality for measuring and displaying time.