fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.286.0 (#2254)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/grafana/grafana-plugin-sdk-go](https://redirect.github.com/grafana/grafana-plugin-sdk-go)
| `v0.285.0` → `v0.286.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgrafana%2fgrafana-plugin-sdk-go/v0.286.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgrafana%2fgrafana-plugin-sdk-go/v0.285.0/v0.286.0?slim=true)
|

---

### Release Notes

<details>
<summary>grafana/grafana-plugin-sdk-go
(github.com/grafana/grafana-plugin-sdk-go)</summary>

###
[`v0.286.0`](https://redirect.github.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.286.0)

[Compare
Source](https://redirect.github.com/grafana/grafana-plugin-sdk-go/compare/v0.285.0...v0.286.0)

#### What's Changed

- DataFrame: Enable setting vector length to zero by
[@&#8203;ryantxu](https://redirect.github.com/ryantxu) in
[#&#8203;1461](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1461)
- feat: Add chunking query support for datasource plugins by
[@&#8203;dgiagio](https://redirect.github.com/dgiagio) in
[#&#8203;1449](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1449)
- string type for sql query format by
[@&#8203;yesoreyeram](https://redirect.github.com/yesoreyeram) in
[#&#8203;1462](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1462)
- fix(sqlutil): fix FrameFromRows rowLimit handling across result sets
and repeated calls by
[@&#8203;dgiagio](https://redirect.github.com/dgiagio) in
[#&#8203;1463](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1463)
- Fix race condition panic in HARLogger by
[@&#8203;Multimo](https://redirect.github.com/Multimo) in
[#&#8203;1464](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1464)

#### New Contributors

- [@&#8203;Multimo](https://redirect.github.com/Multimo) made their
first contribution in
[#&#8203;1464](https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1464)

**Full Changelog**:
<https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.285.0...v0.286.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
This commit is contained in:
renovate-sh-app[bot]
2026-01-26 09:51:49 +01:00
committed by GitHub
parent 05ab443cef
commit d76ffd9cbb
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ godebug tlsmlkem=0
require (
github.com/bitly/go-simplejson v0.5.1
github.com/dlclark/regexp2 v1.11.5
github.com/grafana/grafana-plugin-sdk-go v0.285.0
github.com/grafana/grafana-plugin-sdk-go v0.286.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.23.2
github.com/stretchr/testify v1.11.1

4
go.sum
View File

@@ -61,8 +61,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e h1:JKmoR8x90Iww1ks85zJ1lfDGgIiMDuIptTOhJq+zKyg=
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
github.com/grafana/grafana-plugin-sdk-go v0.285.0 h1:kUWK/eo+t9UxVShS6OzpaYCXXv7egOks8k28FeicX3w=
github.com/grafana/grafana-plugin-sdk-go v0.285.0/go.mod h1:cNFa2EpURNF5Hy15kH7HfVdprNu+UEmNZx7TMWVdctY=
github.com/grafana/grafana-plugin-sdk-go v0.286.0 h1:nrG/XLDpYuUONVpVVGIUxPJdWeXGHM/47qIAnuDkdjg=
github.com/grafana/grafana-plugin-sdk-go v0.286.0/go.mod h1:cNFa2EpURNF5Hy15kH7HfVdprNu+UEmNZx7TMWVdctY=
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=
github.com/grafana/otel-profiling-go v0.5.1/go.mod h1:ftN/t5A/4gQI19/8MoWurBEtC6gFw8Dns1sJZ9W4Tls=
github.com/grafana/pyroscope-go/godeltaprof v0.1.9 h1:c1Us8i6eSmkW+Ez05d3co8kasnuOY813tbMN8i/a3Og=