Imports of package converter

PathSynopsis
archive/tarPackage tar implements access to tar archives.
bufioPackage 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.
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/v2/core/content
github.com/containerd/containerd/v2/core/images/converterPackage converter provides image converter
github.com/containerd/containerd/v2/pkg/labels
github.com/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
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-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.
ioPackage io provides basic interfaces to I/O primitives.
mapsPackage maps defines various functions useful with maps of any type.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.