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/containerd/containerd/pkg/deprecation | |
github.com/containerd/containerd/plugin | |
github.com/containerd/containerd/services/warning | |
github.com/containerd/containerd/tracing | |
github.com/containerd/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
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/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
go.opentelemetry.io/otel | Package otel provides global access to the OpenTelemetry API. |
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/propagation | Package propagation contains OpenTelemetry context propagators. |
go.opentelemetry.io/otel/sdk/trace | Package trace contains support for OpenTelemetry distributed tracing. |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
time | Package time provides functionality for measuring and displaying time. |