Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.269.0 to 0.269.1 (#1987)
Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.269.0 to 0.269.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grafana/grafana-plugin-sdk-go/releases">github.com/grafana/grafana-plugin-sdk-go's releases</a>.</em></p> <blockquote> <h2>v0.269.1</h2> <h2>What's Changed</h2> <ul> <li>Add errorsource to TLS errors correctly by <a href="https://github.com/njvrzm"><code>@njvrzm</code></a> in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1256">#1256</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.269.0...v0.269.1">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.269.0...v0.269.1</a></p> <h2>Compatibility</h2> <pre><code>❯ gorelease -base v0.269.0 -version v0.269.1 # summary v0.269.1 is a valid semantic version for this release. </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="8f93b9f7d9"><code>8f93b9f</code></a> fix: add errorsource to TLS errors correctly (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1256">#1256</a>)</li> <li><a href="ef8d2e9dff"><code>ef8d2e9</code></a> build(deps): bump github.com/elazarl/goproxy from 1.7.1 to 1.7.2 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1251">#1251</a>)</li> <li><a href="63d82b1406"><code>63d82b1</code></a> build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1250">#1250</a>)</li> <li>See full diff in <a href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.269.0...v0.269.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
go.mod
4
go.mod
@@ -5,7 +5,7 @@ go 1.23.5
|
||||
require (
|
||||
github.com/bitly/go-simplejson v0.5.1
|
||||
github.com/dlclark/regexp2 v1.10.0
|
||||
github.com/grafana/grafana-plugin-sdk-go v0.269.0
|
||||
github.com/grafana/grafana-plugin-sdk-go v0.269.1
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
github.com/prometheus/client_golang v1.20.5
|
||||
github.com/stretchr/testify v1.10.0
|
||||
@@ -23,7 +23,7 @@ require (
|
||||
github.com/chromedp/cdproto v0.0.0-20230914224007-a15a36ccbc2e // indirect
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/elazarl/goproxy v1.7.1 // indirect
|
||||
github.com/elazarl/goproxy v1.7.2 // indirect
|
||||
github.com/fatih/color v1.15.0 // indirect
|
||||
github.com/getkin/kin-openapi v0.129.0 // indirect
|
||||
github.com/go-logr/logr v1.4.2 // indirect
|
||||
|
||||
Reference in New Issue
Block a user