Imports of package convertor

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.
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/randPackage rand implements a cryptographically secure random number generator.
database/sqlPackage sql provides a generic interface around SQL (or SQL-like) databases.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/accelerated-container-image/pkg/label
github.com/containerd/accelerated-container-image/pkg/utils
github.com/containerd/accelerated-container-image/pkg/version
github.com/containerd/containerd/v2/client
github.com/containerd/containerd/v2/core/content
github.com/containerd/containerd/v2/core/images
github.com/containerd/containerd/v2/core/images/converterPackage converter provides image converter
github.com/containerd/containerd/v2/core/mount
github.com/containerd/containerd/v2/core/remotes
github.com/containerd/containerd/v2/core/snapshots
github.com/containerd/containerd/v2/pkg/archive
github.com/containerd/containerd/v2/pkg/archive/compression
github.com/containerd/containerd/v2/pkg/reference
github.com/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
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/containerd/platformsPackage platforms provides a toolkit for normalizing, matching and specifying container platforms.
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/identityPackage identity provides implementations of subtle calculations pertaining to image and layer identity.
github.com/opencontainers/image-spec/specs-go/v1
github.com/pkg/errorsPackage errors provides simple error handling primitives.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.