Imports of package worker

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/content
github.com/containerd/containerd/images
github.com/containerd/containerd/platforms
github.com/containerd/containerd/rootfs
github.com/docker/docker/builder/builder-next/adapters/containerimage
github.com/docker/docker/distribution
github.com/docker/docker/distribution/metadata
github.com/docker/docker/distribution/xfer
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/docker/docker/pkg/progress
github.com/moby/buildkit/cache
github.com/moby/buildkit/cache/metadata
github.com/moby/buildkit/client
github.com/moby/buildkit/client/llb
github.com/moby/buildkit/executor
github.com/moby/buildkit/exporter
github.com/moby/buildkit/exporter/local
github.com/moby/buildkit/exporter/tar
github.com/moby/buildkit/frontend
github.com/moby/buildkit/session
github.com/moby/buildkit/snapshot
github.com/moby/buildkit/solver
github.com/moby/buildkit/solver/llbsolver/mounts
github.com/moby/buildkit/solver/llbsolver/ops
github.com/moby/buildkit/solver/pb
github.com/moby/buildkit/source
github.com/moby/buildkit/source/git
github.com/moby/buildkit/source/http
github.com/moby/buildkit/source/local
github.com/moby/buildkit/util/archutil
github.com/moby/buildkit/util/compression
github.com/moby/buildkit/util/contentutil
github.com/moby/buildkit/util/progress
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/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.
go.etcd.io/bboltpackage bbolt implements a low-level key/value store in pure Go.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
mathPackage math provides basic constants and mathematical functions.
net/httpPackage http provides HTTP client and server implementations.
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.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.