Imports of package local

PathSynopsis
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.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/containerd
github.com/containerd/containerd/content
github.com/containerd/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/containerd/containerd/images
github.com/containerd/containerd/leases
github.com/containerd/containerd/log
github.com/containerd/containerd/pkg/kmutexPackage kmutex provides synchronization primitives to lock/unlock resource by unique key.
github.com/containerd/containerd/pkg/transfer
github.com/containerd/containerd/pkg/unpack
github.com/containerd/containerd/platforms
github.com/containerd/containerd/remotes
github.com/containerd/containerd/remotes/docker
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
golang.org/x/sync/semaphorePackage semaphore provides a weighted semaphore implementation.
ioPackage io provides basic interfaces to I/O primitives.
sortPackage sort provides primitives for sorting slices and user-defined collections.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.