Imports of package build

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/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
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.
errorsPackage errors implements functions to manipulate errors.
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/content/proxy
github.com/containerd/containerd/v2/core/images
github.com/containerd/containerd/v2/plugins/content/local
github.com/containerd/platformsPackage platforms provides a toolkit for normalizing, matching and specifying container platforms.
github.com/distribution/referencePackage reference provides a general type to represent any way of referencing images within the registry.
github.com/docker/buildx/builder
github.com/docker/buildx/controller/pb
github.com/docker/buildx/driver
github.com/docker/buildx/localstate
github.com/docker/buildx/util/confutil
github.com/docker/buildx/util/desktop
github.com/docker/buildx/util/dockerutil
github.com/docker/buildx/util/gitutil
github.com/docker/buildx/util/imagetools
github.com/docker/buildx/util/osutil
github.com/docker/buildx/util/progress
github.com/docker/buildx/util/resolver
github.com/docker/buildx/util/waitmap
github.com/docker/cli/opts
github.com/docker/docker/api/types/image
github.com/docker/docker/pkg/jsonmessage
github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
github.com/moby/buildkit/api/services/control
github.com/moby/buildkit/client
github.com/moby/buildkit/client/llb
github.com/moby/buildkit/client/ociindex
github.com/moby/buildkit/exporter/containerimage/exptypes
github.com/moby/buildkit/frontend/gateway/client
github.com/moby/buildkit/identity
github.com/moby/buildkit/session
github.com/moby/buildkit/session/filesync
github.com/moby/buildkit/session/upload/uploadprovider
github.com/moby/buildkit/solver/errdefs
github.com/moby/buildkit/solver/llbsolver/provenance/types
github.com/moby/buildkit/solver/pb
github.com/moby/buildkit/solver/result
github.com/moby/buildkit/sourcepolicy/pb
github.com/moby/buildkit/util/apicaps
github.com/moby/buildkit/util/entitlements
github.com/moby/buildkit/util/flightcontrol
github.com/moby/buildkit/util/gitutil
github.com/moby/buildkit/util/progress/progresswriter
github.com/moby/buildkit/util/tracing
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.
github.com/tonistiigi/fsutil
github.com/tonistiigi/fsutil/types
go.opentelemetry.io/otel/tracePackage trace provides an implementation of the tracing part of the OpenTelemetry API.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
slicesPackage slices defines various functions useful with slices of any type.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.