mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 * run make update-workspace * make update-workspace --------- Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
12 lines
318 B
Modula-2
12 lines
318 B
Modula-2
module github.com/grafana/grafana/pkg/semconv
|
|
|
|
go 1.23.1
|
|
|
|
require go.opentelemetry.io/otel v1.32.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
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
)
|