context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/buildx/util/confutil | |
github.com/docker/buildx/version | |
github.com/docker/cli/cli/command | |
github.com/google/uuid | Package uuid generates and inspects UUIDs. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
go.opentelemetry.io/otel | Package otel provides global access to the OpenTelemetry API. |
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc | |
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp | |
go.opentelemetry.io/otel/metric | Package metric provides the OpenTelemetry API used to measure metrics about source code operation. |
go.opentelemetry.io/otel/metric/noop | Package noop provides an implementation of the OpenTelemetry metric API that produces no telemetry and minimizes used computation resources. |
go.opentelemetry.io/otel/sdk/metric | Package metric provides an implementation of the OpenTelemetry metrics SDK. |
go.opentelemetry.io/otel/sdk/metric/metricdata | Package metricdata provides types for the metric SDK data model. |
go.opentelemetry.io/otel/sdk/resource | Package resource provides detecting and representing resources. |
go.opentelemetry.io/otel/semconv/v1.21.0 | Package semconv implements OpenTelemetry semantic conventions. |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |