archive/tar | Package tar implements access to tar archives. |
bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
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/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
github.com/containerd/containerd/images/converter | Package converter provides image converter |
github.com/containerd/containerd/labels | |
github.com/moby/buildkit/identity | |
github.com/moby/buildkit/util/bklog | |
github.com/moby/buildkit/util/compression | |
github.com/moby/buildkit/util/converter/tarconverter | |
github.com/moby/buildkit/util/iohelper | |
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. |
io | Package io provides basic interfaces to I/O primitives. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |