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. |
go.opentelemetry.io/otel | Package otel provides global access to the OpenTelemetry API. |
go.opentelemetry.io/otel/attribute | Package attribute provides key and value attributes. |
go.opentelemetry.io/otel/codes | Package codes defines the canonical error codes used by OpenTelemetry. |
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp | Package otlptracehttp provides an OTLP span exporter using HTTP with protobuf payloads. |
go.opentelemetry.io/otel/propagation | Package propagation contains OpenTelemetry context propagators. |
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.21.0 | Package semconv implements OpenTelemetry semantic conventions. |
gotest.tools/v3/icmd | Package icmd executes binaries and provides convenient assertions for testing the results. |
io | Package io provides basic interfaces to I/O primitives. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
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. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
testing | Package testing provides support for automated testing of Go packages. |