Imports of package cache

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/containerd/platforms
github.com/containerd/logPackage log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger.
github.com/docker/docker/api/types/container
github.com/docker/docker/builderPackage builder defines interfaces for any Docker builder to implement.
github.com/docker/docker/dockerversion
github.com/docker/docker/image
github.com/docker/docker/layerPackage layer is package for managing read-only and read-write mounts on the union file system driver.
github.com/opencontainers/image-spec/specs-go/v1
github.com/pkg/errorsPackage errors provides simple error handling primitives.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.