Imports of buildctl command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
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/continuity
github.com/docker/cli/cli/config
github.com/hashicorp/go-multierror
github.com/moby/buildkit/api/services/control
github.com/moby/buildkit/client
github.com/moby/buildkit/client/connhelper/dockercontainerPackage dockercontainer provides connhelper for docker-container://<container>
github.com/moby/buildkit/client/connhelper/kubepodPackage kubepod provides connhelper for kube-pod://<pod>
github.com/moby/buildkit/client/connhelper/nerdctlcontainerPackage nerdctlcontainer provides connhelper for nerdctl-container://<container>
github.com/moby/buildkit/client/connhelper/npipePackage npipe provides connhelper for npipe://<address>
github.com/moby/buildkit/client/connhelper/podmancontainerPackage podmancontainer provides connhelper for podman-container://<container>
github.com/moby/buildkit/client/connhelper/sshPackage ssh provides connhelper for ssh://<SSH URL>
github.com/moby/buildkit/client/llb
github.com/moby/buildkit/cmd/buildctl/build
github.com/moby/buildkit/cmd/buildctl/common
github.com/moby/buildkit/cmd/buildctl/debug
github.com/moby/buildkit/frontend
github.com/moby/buildkit/frontend/gateway/client
github.com/moby/buildkit/identity
github.com/moby/buildkit/session
github.com/moby/buildkit/session/auth/authprovider
github.com/moby/buildkit/session/sshforward/sshprovider
github.com/moby/buildkit/solver/errdefs
github.com/moby/buildkit/solver/pb
github.com/moby/buildkit/sourcepolicy/pb
github.com/moby/buildkit/util/apicaps
github.com/moby/buildkit/util/appcontext
github.com/moby/buildkit/util/appdefaults
github.com/moby/buildkit/util/bklog
github.com/moby/buildkit/util/profiler
github.com/moby/buildkit/util/progress/progresswriter
github.com/moby/buildkit/util/stack
github.com/moby/buildkit/util/tracing/detect/jaeger
github.com/moby/buildkit/util/tracing/env
github.com/moby/buildkit/version
github.com/opencontainers/go-digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
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/unitsSimple byte size formatting.
github.com/urfave/cliPackage cli provides a minimal framework for creating and organizing command line Go applications.
go.opentelemetry.io/otelPackage otel provides global access to 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.
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.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syscallPackage syscall contains an interface to the low-level operating system primitives.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
timePackage time provides functionality for measuring and displaying time.