Skip to content

Commit dfc801b

Browse files
Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.276.0 to 0.277.0 (#324)
Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.276.0 to 0.277.0. <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.277.0</h2> <h2>What's Changed</h2> <ul> <li>Make query.schema.json compliant with openapi v2 by <a href="https://github.com/ArturWierzbicki"><code>@​ArturWierzbicki</code></a> <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1297">grafana/grafana-plugin-sdk-go#1297</a></li> <li>ParseHTTPSettings: Add guards for boolean fields by <a href="https://github.com/idastambuk"><code>@​idastambuk</code></a> <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1302">grafana/grafana-plugin-sdk-go#1302</a></li> <li>Adds NewHTTPTransport function to httpclient by <a href="https://github.com/beejeebus"><code>@​beejeebus</code></a> <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1303">grafana/grafana-plugin-sdk-go#1303</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.276.0...v0.277.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.276.0...v0.277.0</a></p> <pre><code>$ gorelease -base v0.276.0 -version v0.277.0 # github.com/grafana/grafana-plugin-sdk-go/backend/httpclient ## compatible changes NewHTTPTransport: added <h1>summary</h1> <p>v0.277.0 is a valid semantic version for this release.<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/6965c310a2c37a228f05d8e7c07c8aab1858a70f"><code>6965c31</code></a> Adds NewHTTPTransport function to httpclient (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1303">#1303</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/f8bcc37637a27f12f15d7101b840a8a89b58a37a"><code>f8bcc37</code></a> ParseHTTPSettings: Add guards for boolean fields</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/2ff3db9a7816c3f302335e174b5917aa2767595b"><code>2ff3db9</code></a> Make <code>query.schema.json</code> compliant with openapi v2 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1297">#1297</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/a259df9dd403eed26b46e132370028726f8c141f"><code>a259df9</code></a> build(deps): bump golang.org/x/net from 0.37.0 to 0.39.0 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1298">#1298</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/6fdbc91aac8159f6b2234224ac9719fc8a40e432"><code>6fdbc91</code></a> build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1301">#1301</a>)</li> <li>See full diff in <a href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.276.0...v0.277.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/grafana/grafana-plugin-sdk-go&package-manager=go_modules&previous-version=0.276.0&new-version=0.277.0)](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>
1 parent 67fe9f1 commit dfc801b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44
require (
55
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
66
github.com/davecgh/go-spew v1.1.1
7-
github.com/grafana/grafana-plugin-sdk-go v0.276.0
7+
github.com/grafana/grafana-plugin-sdk-go v0.277.0
88
github.com/patrickmn/go-cache v2.1.0+incompatible
99
github.com/stretchr/testify v1.10.0
1010
golang.org/x/oauth2 v0.29.0
@@ -47,7 +47,7 @@ require (
4747
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
4848
go.opentelemetry.io/otel/trace v1.35.0 // indirect
4949
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
50-
golang.org/x/crypto v0.36.0 // indirect
50+
golang.org/x/crypto v0.37.0 // indirect
5151
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
5252
golang.org/x/mod v0.23.0 // indirect
5353
golang.org/x/sync v0.13.0 // indirect
@@ -107,9 +107,9 @@ require (
107107
github.com/unknwon/log v0.0.0-20200308114134-929b1006e34a // indirect
108108
github.com/urfave/cli v1.22.16 // indirect
109109
go.opencensus.io v0.24.0 // indirect
110-
golang.org/x/net v0.37.0 // indirect
111-
golang.org/x/sys v0.31.0 // indirect
112-
golang.org/x/text v0.23.0 // indirect
110+
golang.org/x/net v0.39.0 // indirect
111+
golang.org/x/sys v0.32.0 // indirect
112+
golang.org/x/text v0.24.0 // indirect
113113
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
114114
google.golang.org/grpc v1.71.1
115115
google.golang.org/protobuf v1.36.6 // indirect

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
109109
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
110110
github.com/grafana/grafana-google-sdk-go v0.2.1 h1:XeFdKnkXBjOJjXc1gf4iMx4h5aCHTAZ2CG7476qMC+8=
111111
github.com/grafana/grafana-google-sdk-go v0.2.1/go.mod h1:RiITSHwBhqVTTd3se3HQq5Ncs/wzzhTB9OK5N0J0PEU=
112-
github.com/grafana/grafana-plugin-sdk-go v0.276.0 h1:v3wY/i9E4a21hea+jX9U5LBfJZF4GVpbtSLoZ7aouuQ=
113-
github.com/grafana/grafana-plugin-sdk-go v0.276.0/go.mod h1:mO9LJqdXDh5JpO/xIdPAeg5LdThgQ06Y/SLpXDWKw2c=
112+
github.com/grafana/grafana-plugin-sdk-go v0.277.0 h1:VDU2F4Y5NeRS//ejctdZtsAshrGaEdbtW33FsK0EQss=
113+
github.com/grafana/grafana-plugin-sdk-go v0.277.0/go.mod h1:mAUWg68w5+1f5TLDqagIr8sWr1RT9h7ufJl5NMcWJAU=
114114
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=
115115
github.com/grafana/otel-profiling-go v0.5.1/go.mod h1:ftN/t5A/4gQI19/8MoWurBEtC6gFw8Dns1sJZ9W4Tls=
116116
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 h1:iwOtYXeeVSAeYefJNaxDytgjKtUuKQbJqgAIjlnicKg=
@@ -297,8 +297,8 @@ go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
297297
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
298298
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
299299
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
300-
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
301-
golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=
300+
golang.org/x/crypto v0.37.0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE=
301+
golang.org/x/crypto v0.37.0/go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc=
302302
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
303303
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 h1:e66Fs6Z+fZTbFBAxKfP3PALWBtpfqks2bwGcexMxgtk=
304304
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0/go.mod h1:2TbTHSBQa924w8M6Xs1QcRcFwyucIwBGpK1p2f1YFFY=
@@ -318,8 +318,8 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL
318318
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
319319
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
320320
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
321-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
322-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
321+
golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=
322+
golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E=
323323
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
324324
golang.org/x/oauth2 v0.29.0 h1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98=
325325
golang.org/x/oauth2 v0.29.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
@@ -343,12 +343,12 @@ golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBc
343343
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
344344
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
345345
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
346-
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
347-
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
346+
golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=
347+
golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
348348
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
349349
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
350-
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
351-
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
350+
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
351+
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=
352352
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
353353
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
354354
golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=

0 commit comments

Comments
 (0)