Imports of package control

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
github.com/moby/buildkit/api/services/control
github.com/moby/buildkit/api/types
github.com/moby/buildkit/cache/remotecache
github.com/moby/buildkit/client
github.com/moby/buildkit/control/gateway
github.com/moby/buildkit/exporter
github.com/moby/buildkit/frontend
github.com/moby/buildkit/session
github.com/moby/buildkit/session/grpchijack
github.com/moby/buildkit/solver
github.com/moby/buildkit/solver/llbsolver
github.com/moby/buildkit/solver/pb
github.com/moby/buildkit/util/imageutil
github.com/moby/buildkit/util/throttle
github.com/moby/buildkit/util/tracing/transform
github.com/moby/buildkit/worker
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.
go.opentelemetry.io/otel/sdk/tracePackage trace contains support for OpenTelemetry distributed tracing.
go.opentelemetry.io/proto/otlp/collector/trace/v1Package v1 is a reverse proxy.
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/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
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.
timePackage time provides functionality for measuring and displaying time.