Imports of package v2

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/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/containerd/api/eventsCode generated by protoc-gen-go-fieldpath.
github.com/containerd/containerd/api/runtime/task/v2Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/runtime/task/v3Code 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/containers
github.com/containerd/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/containerd/containerd/events/exchange
github.com/containerd/containerd/identifiersPackage identifiers provides common validation for identifiers and keys across containerd.
github.com/containerd/containerd/log
github.com/containerd/containerd/metadataPackage metadata stores all labels and object specific metadata by namespace.
github.com/containerd/containerd/mount
github.com/containerd/containerd/namespaces
github.com/containerd/containerd/pkg/cleanupPackage providing utilies to help cleanup
github.com/containerd/containerd/pkg/dialer
github.com/containerd/containerd/pkg/timeout
github.com/containerd/containerd/platforms
github.com/containerd/containerd/plugin
github.com/containerd/containerd/protobuf
github.com/containerd/containerd/protobuf/protoPackage proto provides convinient aliases that make google.golang.org/protobuf migration easier.
github.com/containerd/containerd/protobuf/typesPackage types provides convinient aliases that make google.golang.org/protobuf migration easier.
github.com/containerd/containerd/runtime
github.com/containerd/containerd/runtime/v2/shim
github.com/containerd/containerd/sandbox
github.com/containerd/fifo
github.com/containerd/ttrpcpackage ttrpc defines and implements a low level simple transfer protocol optimized for low latency and reliable connections between processes on the same host.
github.com/containerd/typeurl/v2
github.com/hashicorp/go-multierror
github.com/opencontainers/image-spec/specs-go/v1
github.com/opencontainers/runtime-spec/specs-go
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
golang.org/x/sys/unix
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/connectivityPackage connectivity defines connectivity semantics.
google.golang.org/grpc/credentials/insecurePackage insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
google.golang.org/protobuf/types/known/emptypb
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.