mirror of
https://github.com/grafana/grafana.git
synced 2025-01-17 04:02:50 -06:00
11 lines
269 B
Modula-2
11 lines
269 B
Modula-2
module github.com/grafana/grafana/pkg/semconv
|
|
|
|
go 1.23.1
|
|
|
|
require go.opentelemetry.io/otel v1.31.0
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
)
|