context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package 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/layer | Package 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-digest | Package 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/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
go.etcd.io/bbolt | package bbolt implements a low-level key/value store in pure Go. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
math | Package math provides basic constants and mathematical functions. |
net/http | Package http provides HTTP client and server implementations. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |