grafana-csv-datasource
grafana-csv-datasource copied to clipboard
Update grafana-plugin-sdk-go to 0.251
This pull request includes updates to the cspell.config.json file, upgrades to dependencies in go.mod, and adds nolint comments in pkg/main.go to temporarily suppress static analysis warnings.
Dependency updates:
go.mod: Upgraded multiple dependencies to their latest versions, includinggithub.com/grafana/grafana-plugin-sdk-go,github.com/gorilla/mux, andgo.opentelemetry.iopackages. [1] [2]
Code linting:
pkg/main.go: Added//nolint:staticcheckcomments to ignore static analysis warnings for now.