Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go

Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.259.4 to 0.260.1.
- [Release notes](https://github.com/grafana/grafana-plugin-sdk-go/releases)
- [Commits](https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.259.4...v0.260.1)

---
updated-dependencies:
- dependency-name: github.com/grafana/grafana-plugin-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-02 11:15:22 +00:00
committed by GitHub
parent 3fa881d32b
commit 0fec9c374b
2 changed files with 9 additions and 8 deletions

6
go.mod
View File

@@ -5,11 +5,11 @@ go 1.22.1
require (
github.com/bitly/go-simplejson v0.5.1
github.com/dlclark/regexp2 v1.10.0
github.com/grafana/grafana-plugin-sdk-go v0.259.4
github.com/grafana/grafana-plugin-sdk-go v0.260.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.20.5
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.30.0
github.com/stretchr/testify v1.10.0
golang.org/x/net v0.31.0
gotest.tools v2.2.0+incompatible
)