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/moby/buildkit/util/bklog | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
go.opentelemetry.io/otel/exporters/otlp/otlptrace | Package otlptrace contains abstractions for OTLP span exporters. |
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc | Package otlptracegrpc provides an OTLP span exporter using gRPC. |
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp | Package otlptracehttp provides an OTLP span exporter using HTTP with protobuf payloads. |
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/semconv/v1.7.0 | Package semconv implements OpenTelemetry semantic conventions. |
go.opentelemetry.io/otel/trace | Package trace provides an implementation of the tracing part of the OpenTelemetry API. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |