Imports of package detect

PathSynopsis
contextPackage 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/errorsPackage errors provides simple error handling primitives.
go.opentelemetry.io/otel/exporters/otlp/otlptracePackage otlptrace contains abstractions for OTLP span exporters.
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcPackage otlptracegrpc provides an OTLP span exporter using gRPC.
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttpPackage otlptracehttp provides an OTLP span exporter using HTTP with protobuf payloads.
go.opentelemetry.io/otel/sdk/resourcePackage resource provides detecting and representing resources.
go.opentelemetry.io/otel/sdk/tracePackage trace contains support for OpenTelemetry distributed tracing.
go.opentelemetry.io/otel/semconv/v1.7.0Package semconv implements OpenTelemetry semantic conventions.
go.opentelemetry.io/otel/tracePackage trace provides an implementation of the tracing part of the OpenTelemetry API.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.