Files
dashboards/pkg/semconv/go.mod
T
Costa AlexoglouandGitHub f013b2de5a revert 1.26 (#118568)
* revert 1.26

* more updates

* new go.sum

* revert some go.mod entries

* updagte swagger and openapi

* more reverting and codegen

* test fix and make gen-apps
2026-02-20 15:09:49 +00:00

12 lines
318 B
AMPL

module github.com/grafana/grafana/pkg/semconv
go 1.25.7
require go.opentelemetry.io/otel v1.40.0
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
)