context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
github.com/containerd/log | Package log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger. |
github.com/moby/buildkit/util/tracing/detect | |
go.opentelemetry.io/otel/sdk/resource | Package resource provides detecting and representing resources. |
go.opentelemetry.io/otel/sdk/trace | Package trace contains support for OpenTelemetry distributed tracing. |
go.opentelemetry.io/otel/trace | Package trace provides an implementation of the tracing part of the OpenTelemetry API. |
go.opentelemetry.io/otel/trace/noop | Package noop provides an implementation of the OpenTelemetry trace API that produces no telemetry and minimizes used computation resources. |
os | Package os provides a platform-independent interface to operating system functionality. |