Imports of package metadata

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/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
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/containers
github.com/containerd/containerd/content
github.com/containerd/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/containerd/containerd/events
github.com/containerd/containerd/filtersPackage filters defines a syntax and parser that can be used for the filtration of items across the containerd API.
github.com/containerd/containerd/gcPackage gc experiments with providing central gc tooling to ensure deterministic resource removal within containerd.
github.com/containerd/containerd/identifiersPackage identifiers provides common validation for identifiers and keys across containerd.
github.com/containerd/containerd/images
github.com/containerd/containerd/labels
github.com/containerd/containerd/leases
github.com/containerd/containerd/log
github.com/containerd/containerd/metadata/boltutil
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/epochPackage epoch provides SOURCE_DATE_EPOCH utilities.
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/sandbox
github.com/containerd/containerd/snapshots
github.com/containerd/typeurl/v2
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
go.etcd.io/bbolt
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.