mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-23 15:41:02 +00:00
Update to v25.0, and remove uses of deprecated types. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9 lines
429 B
Go
9 lines
429 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package semconv implements OpenTelemetry semantic conventions.
|
|
//
|
|
// OpenTelemetry semantic conventions are agreed standardized naming
|
|
// patterns for OpenTelemetry things. This package represents the conventions
|
|
// as of the v1.20.0 version of the OpenTelemetry specification.
|
|
package semconv // import "go.opentelemetry.io/otel/semconv/v1.20.0"
|