Skip to content

Commit a0768f1

Browse files
Bump the all group across 1 directory with 3 updates (#1340)
Bumps the all group with 3 updates in the /plugin directory: [github.com/grafana/grafana-app-sdk](https://github.com/grafana/grafana-app-sdk), [github.com/grafana/grafana-app-sdk/logging](https://github.com/grafana/grafana-app-sdk) and [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go). Updates `github.com/grafana/grafana-app-sdk` from 0.52.1 to 0.53.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grafana/grafana-app-sdk/releases">github.com/grafana/grafana-app-sdk's releases</a>.</em></p> <blockquote> <h2>v0.53.1</h2> <h2>Changelog</h2> <ul> <li>3890d7d251e9dc1f15dffcad16f0202455acf22a Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1334">#1334</a>)</li> <li>a493f10b58d39843a5bc6bc6dadc9ff1c021d55f Fix webhook version handling for multi-version CRDs (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1324">#1324</a>)</li> <li>029ebbe203fb62df2179e14cc12994cbde99212d Revert linter version in Makefile to match the actions version (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1337">#1337</a>)</li> <li>64471e571a145b63cee5b19cb13aa8ef7fab3b26 Update cog to v0.1.7 (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1336">#1336</a>)</li> <li>5efaffb6e77ca75c1ff522d9bcfeb998aaa4de9c fix(regenerate-codegen-test-files): fix regenerate-codegen-test-file make target script (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1329">#1329</a>)</li> </ul> <h2>v0.53.0</h2> <h2>Breaking Changes</h2> <h3>Legacy manifest format removed (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)</h3> <p>The <code>perKindVersion</code> codegen config option and support for the old manifest format have been fully removed. If your project sets <code>perKindVersion</code> in its codegen config, or still uses the old manifest style (kinds containing versions, rather than versions containing kinds), you <strong>must</strong> migrate before upgrading. See the <a href="https://github.com/grafana/grafana-app-sdk/blob/main/docs/migrations/v0.40.md">v0.40 migration guide</a> for step-by-step instructions.</p> <h2>What's Changed</h2> <ul> <li><strong>[codegen] Refactor CUE parser and remove legacy manifest</strong> (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>) — Rewrites the CUE-to-codegen parser to use structured <code>cue.Value.Decode()</code> into typed Go structs, removing ~400 lines of manual parsing. Removes ~300 lines of deprecated legacy manifest support.</li> <li><strong>fix: update cog to v0.1.6 to fix regex bug</strong> (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1320">#1320</a>) — Updates cog to pick up a fix where CUE string constraints (regex patterns, <code>strings.MinRunes</code><code>grafana/cog#1064</code></li> <li><strong>fix: local cluster name must be valid RFC 1123 hostname</strong> (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1322">#1322</a>) — Sanitizes Go module paths into valid k3d cluster names (e.g. <code>github.com/grafana/app</code> → <code>grafana-app</code>).</li> </ul> <h2>Changelog</h2> <ul> <li>763a13c4 [codegen] refactor cue parser and remove legacy manifest (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)</li> <li>75410f35 fix: update cog to v0.1.6 to fix regex bug (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1320">#1320</a>)</li> <li>c9bb9dba fix: local cluster name must be valid RFC 1123 hostname (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1322">#1322</a>)</li> </ul> <h2>v0.52.2</h2> <h2>Changelog</h2> <ul> <li>85d5e76501e417b1f6c42f533282afcdadbce464 Bump the all group in /plugin with 2 updates (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1307">#1307</a>)</li> <li>ad3a106ee0a84a06a89210e016845a8ac204e53c fix(cog): update cog containing fix for regex patterns in CRDs (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1314">#1314</a>)</li> <li>bf0433fc1faf46f4752356e65ca6b3ee0e602488 logs: added embedded logger into simple.App conversion/admission &amp; custom routes (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1310">#1310</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/029ebbe203fb62df2179e14cc12994cbde99212d"><code>029ebbe</code></a> Revert linter version in Makefile to match the actions version (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1337">#1337</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/64471e571a145b63cee5b19cb13aa8ef7fab3b26"><code>64471e5</code></a> Update cog to v0.1.7 (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1336">#1336</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/3890d7d251e9dc1f15dffcad16f0202455acf22a"><code>3890d7d</code></a> Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1334">#1334</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/5efaffb6e77ca75c1ff522d9bcfeb998aaa4de9c"><code>5efaffb</code></a> fix(regenerate-codegen-test-files): fix regenerate-codegen-test-file make tar...</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/a493f10b58d39843a5bc6bc6dadc9ff1c021d55f"><code>a493f10</code></a> Fix webhook version handling for multi-version CRDs (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1324">#1324</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/c9bb9dba78605e76177998d3107a465b725d2eca"><code>c9bb9db</code></a> fix: local cluster name must be valid RFC 1123 hostname (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1322">#1322</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/75410f35f1e46659161944c87ca6361830767b53"><code>75410f3</code></a> fix: update cog to v0.1.6 to fix regex bug (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1320">#1320</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/763a13c43a69bfafdb0141c21f387a80890d917e"><code>763a13c</code></a> [codegen] refactor cue parser and remove legacy manifest (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/ad3a106ee0a84a06a89210e016845a8ac204e53c"><code>ad3a106</code></a> fix(cog): update cog containing fix for regex patterns in CRDs (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1314">#1314</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/bf0433fc1faf46f4752356e65ca6b3ee0e602488"><code>bf0433f</code></a> logs: added embedded logger into simple.App conversion/admission &amp; custom rou...</li> <li>Additional commits viewable in <a href="https://github.com/grafana/grafana-app-sdk/compare/v0.52.1...v0.53.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/grafana/grafana-app-sdk/logging` from 0.52.1 to 0.53.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grafana/grafana-app-sdk/releases">github.com/grafana/grafana-app-sdk/logging's releases</a>.</em></p> <blockquote> <h2>v0.53.1</h2> <h2>Changelog</h2> <ul> <li>3890d7d251e9dc1f15dffcad16f0202455acf22a Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1334">#1334</a>)</li> <li>a493f10b58d39843a5bc6bc6dadc9ff1c021d55f Fix webhook version handling for multi-version CRDs (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1324">#1324</a>)</li> <li>029ebbe203fb62df2179e14cc12994cbde99212d Revert linter version in Makefile to match the actions version (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1337">#1337</a>)</li> <li>64471e571a145b63cee5b19cb13aa8ef7fab3b26 Update cog to v0.1.7 (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1336">#1336</a>)</li> <li>5efaffb6e77ca75c1ff522d9bcfeb998aaa4de9c fix(regenerate-codegen-test-files): fix regenerate-codegen-test-file make target script (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1329">#1329</a>)</li> </ul> <h2>v0.53.0</h2> <h2>Breaking Changes</h2> <h3>Legacy manifest format removed (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)</h3> <p>The <code>perKindVersion</code> codegen config option and support for the old manifest format have been fully removed. If your project sets <code>perKindVersion</code> in its codegen config, or still uses the old manifest style (kinds containing versions, rather than versions containing kinds), you <strong>must</strong> migrate before upgrading. See the <a href="https://github.com/grafana/grafana-app-sdk/blob/main/docs/migrations/v0.40.md">v0.40 migration guide</a> for step-by-step instructions.</p> <h2>What's Changed</h2> <ul> <li><strong>[codegen] Refactor CUE parser and remove legacy manifest</strong> (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>) — Rewrites the CUE-to-codegen parser to use structured <code>cue.Value.Decode()</code> into typed Go structs, removing ~400 lines of manual parsing. Removes ~300 lines of deprecated legacy manifest support.</li> <li><strong>fix: update cog to v0.1.6 to fix regex bug</strong> (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1320">#1320</a>) — Updates cog to pick up a fix where CUE string constraints (regex patterns, <code>strings.MinRunes</code><code>grafana/cog#1064</code></li> <li><strong>fix: local cluster name must be valid RFC 1123 hostname</strong> (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1322">#1322</a>) — Sanitizes Go module paths into valid k3d cluster names (e.g. <code>github.com/grafana/app</code> → <code>grafana-app</code>).</li> </ul> <h2>Changelog</h2> <ul> <li>763a13c4 [codegen] refactor cue parser and remove legacy manifest (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)</li> <li>75410f35 fix: update cog to v0.1.6 to fix regex bug (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1320">#1320</a>)</li> <li>c9bb9dba fix: local cluster name must be valid RFC 1123 hostname (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1322">#1322</a>)</li> </ul> <h2>v0.52.2</h2> <h2>Changelog</h2> <ul> <li>85d5e76501e417b1f6c42f533282afcdadbce464 Bump the all group in /plugin with 2 updates (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1307">#1307</a>)</li> <li>ad3a106ee0a84a06a89210e016845a8ac204e53c fix(cog): update cog containing fix for regex patterns in CRDs (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1314">#1314</a>)</li> <li>bf0433fc1faf46f4752356e65ca6b3ee0e602488 logs: added embedded logger into simple.App conversion/admission &amp; custom routes (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1310">#1310</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/029ebbe203fb62df2179e14cc12994cbde99212d"><code>029ebbe</code></a> Revert linter version in Makefile to match the actions version (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1337">#1337</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/64471e571a145b63cee5b19cb13aa8ef7fab3b26"><code>64471e5</code></a> Update cog to v0.1.7 (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1336">#1336</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/3890d7d251e9dc1f15dffcad16f0202455acf22a"><code>3890d7d</code></a> Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1334">#1334</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/5efaffb6e77ca75c1ff522d9bcfeb998aaa4de9c"><code>5efaffb</code></a> fix(regenerate-codegen-test-files): fix regenerate-codegen-test-file make tar...</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/a493f10b58d39843a5bc6bc6dadc9ff1c021d55f"><code>a493f10</code></a> Fix webhook version handling for multi-version CRDs (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1324">#1324</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/c9bb9dba78605e76177998d3107a465b725d2eca"><code>c9bb9db</code></a> fix: local cluster name must be valid RFC 1123 hostname (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1322">#1322</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/75410f35f1e46659161944c87ca6361830767b53"><code>75410f3</code></a> fix: update cog to v0.1.6 to fix regex bug (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1320">#1320</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/763a13c43a69bfafdb0141c21f387a80890d917e"><code>763a13c</code></a> [codegen] refactor cue parser and remove legacy manifest (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/ad3a106ee0a84a06a89210e016845a8ac204e53c"><code>ad3a106</code></a> fix(cog): update cog containing fix for regex patterns in CRDs (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1314">#1314</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/bf0433fc1faf46f4752356e65ca6b3ee0e602488"><code>bf0433f</code></a> logs: added embedded logger into simple.App conversion/admission &amp; custom rou...</li> <li>Additional commits viewable in <a href="https://github.com/grafana/grafana-app-sdk/compare/v0.52.1...v0.53.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/grafana/grafana-plugin-sdk-go` from 0.290.1 to 0.291.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.291.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): Update module github.com/apache/arrow-go/v18 to v18.5.2 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1505">grafana/grafana-plugin-sdk-go#1505</a></li> <li>chore(deps): Update actions/setup-go action to v6.3.0 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1506">grafana/grafana-plugin-sdk-go#1506</a></li> <li>chore(deps): Update Upstream packages by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1507">grafana/grafana-plugin-sdk-go#1507</a></li> <li>chore(deps): Update module google.golang.org/grpc to v1.79.3 [SECURITY] by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1509">grafana/grafana-plugin-sdk-go#1509</a></li> <li>chore(deps): Update module github.com/buger/jsonparser to v1.1.2 [SECURITY] by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1510">grafana/grafana-plugin-sdk-go#1510</a></li> <li>chore(deps): Update module github.com/olekukonko/tablewriter to v1.1.4 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1512">grafana/grafana-plugin-sdk-go#1512</a></li> <li>chore(deps): Update OpenTelemetry packages by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1515">grafana/grafana-plugin-sdk-go#1515</a></li> <li>chore(deps): Update module github.com/magefile/mage to v1.16.0 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1516">grafana/grafana-plugin-sdk-go#1516</a></li> <li>chore(deps): Update go-openapi packages by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1511">grafana/grafana-plugin-sdk-go#1511</a></li> <li>chore(deps): Update Upstream packages by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1514">grafana/grafana-plugin-sdk-go#1514</a></li> <li>chore(deps): Update dependency golangci/golangci-lint to v2.11.2 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1513">grafana/grafana-plugin-sdk-go#1513</a></li> <li>chore(deps): Update dependency golangci/golangci-lint to v2.11.3 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1517">grafana/grafana-plugin-sdk-go#1517</a></li> <li>chore(deps): Update module github.com/magefile/mage to v1.16.1 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1518">grafana/grafana-plugin-sdk-go#1518</a></li> <li>chore(deps): Update module github.com/getkin/kin-openapi to v0.134.0 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1519">grafana/grafana-plugin-sdk-go#1519</a></li> <li>chore(deps): Update module golang.org/x/net to v0.52.0 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1520">grafana/grafana-plugin-sdk-go#1520</a></li> <li>Add namespace to the PluginContext by <a href="https://github.com/ryantxu"><code>@​ryantxu</code></a> in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1521">grafana/grafana-plugin-sdk-go#1521</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.290.1...v0.291.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.290.1...v0.291.0</a></p> <h2>Compatibility</h2> <pre><code>gorelease -base v0.290.1 -version v0.291.0 # github.com/grafana/grafana-plugin-sdk-go/backend ## compatible changes PluginContext.Namespace: added <h1>github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2</h1> <h2>compatible changes</h2> <p>(*PluginContext).GetNamespace: added PluginContext.Namespace: added</p> <h1>summary</h1> <p>v0.291.0 is a valid semantic version for this release. </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/7a4287ce2aa46e39b1b0621c0507206ce935e2e9"><code>7a4287c</code></a> Add namespace to the PluginContext (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1521">#1521</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/a47d33552701e648f46eac64ccee454d54bec2e0"><code>a47d335</code></a> chore(deps): Update module golang.org/x/net to v0.52.0 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1520">#1520</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/19b08a9b12def43afb7bc59bed79e91812fec3d7"><code>19b08a9</code></a> chore(deps): Update module github.com/getkin/kin-openapi to v0.134.0 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1519">#1519</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/1a75545a276f845175d2799d628f80da7bfa5a68"><code>1a75545</code></a> chore(deps): Update module github.com/magefile/mage to v1.16.1 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1518">#1518</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/85fa99cbd1af0cf09c330465b507f9510e238cbc"><code>85fa99c</code></a> chore(deps): Update dependency golangci/golangci-lint to v2.11.3 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1517">#1517</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/e7af7b631de10d08214efc94dd52b3547a50cada"><code>e7af7b6</code></a> chore(deps): Update dependency golangci/golangci-lint to v2.11.2 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1513">#1513</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/a2ed87ab59ff439db07bfc002716a73899dc8bd6"><code>a2ed87a</code></a> chore(deps): Update Upstream packages (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1514">#1514</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/a9e0cba499c923a253e96a8f67ac9c3457d9da11"><code>a9e0cba</code></a> chore(deps): Update go-openapi packages (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1511">#1511</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/c5707207686aa8ab2f179b1a40b93194dd7b92c8"><code>c570720</code></a> chore(deps): Update module github.com/magefile/mage to v1.16.0 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1516">#1516</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/c91b36dd4def156caf2909ca6b2da93cfdb025e4"><code>c91b36d</code></a> chore(deps): Update OpenTelemetry packages (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1515">#1515</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.290.1...v0.291.0">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 664a02d commit a0768f1

File tree

7 files changed

+249
-214
lines changed

7 files changed

+249
-214
lines changed

examples/apiserver/go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ require (
3333
github.com/getkin/kin-openapi v0.134.0 // indirect
3434
github.com/go-logr/logr v1.4.3 // indirect
3535
github.com/go-logr/stdr v1.2.2 // indirect
36-
github.com/go-openapi/jsonpointer v0.22.4 // indirect
37-
github.com/go-openapi/jsonreference v0.21.4 // indirect
36+
github.com/go-openapi/jsonpointer v0.22.5 // indirect
37+
github.com/go-openapi/jsonreference v0.21.5 // indirect
3838
github.com/go-openapi/swag v0.25.4 // indirect
3939
github.com/go-openapi/swag/cmdutils v0.25.4 // indirect
40-
github.com/go-openapi/swag/conv v0.25.4 // indirect
41-
github.com/go-openapi/swag/fileutils v0.25.4 // indirect
42-
github.com/go-openapi/swag/jsonname v0.25.4 // indirect
43-
github.com/go-openapi/swag/jsonutils v0.25.4 // indirect
44-
github.com/go-openapi/swag/loading v0.25.4 // indirect
45-
github.com/go-openapi/swag/mangling v0.25.4 // indirect
40+
github.com/go-openapi/swag/conv v0.25.5 // indirect
41+
github.com/go-openapi/swag/fileutils v0.25.5 // indirect
42+
github.com/go-openapi/swag/jsonname v0.25.5 // indirect
43+
github.com/go-openapi/swag/jsonutils v0.25.5 // indirect
44+
github.com/go-openapi/swag/loading v0.25.5 // indirect
45+
github.com/go-openapi/swag/mangling v0.25.5 // indirect
4646
github.com/go-openapi/swag/netutils v0.25.4 // indirect
47-
github.com/go-openapi/swag/stringutils v0.25.4 // indirect
48-
github.com/go-openapi/swag/typeutils v0.25.4 // indirect
49-
github.com/go-openapi/swag/yamlutils v0.25.4 // indirect
47+
github.com/go-openapi/swag/stringutils v0.25.5 // indirect
48+
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
49+
github.com/go-openapi/swag/yamlutils v0.25.5 // indirect
5050
github.com/gogo/protobuf v1.3.2 // indirect
5151
github.com/golang/protobuf v1.5.4 // indirect
5252
github.com/google/btree v1.1.3 // indirect
@@ -85,11 +85,11 @@ require (
8585
go.etcd.io/etcd/client/pkg/v3 v3.6.6 // indirect
8686
go.etcd.io/etcd/client/v3 v3.6.6 // indirect
8787
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
88-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0 // indirect
89-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect
88+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 // indirect
89+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
9090
go.opentelemetry.io/otel v1.43.0 // indirect
9191
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
92-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 // indirect
92+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 // indirect
9393
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 // indirect
9494
go.opentelemetry.io/otel/metric v1.43.0 // indirect
9595
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
@@ -100,9 +100,9 @@ require (
100100
go.yaml.in/yaml/v2 v2.4.3 // indirect
101101
go.yaml.in/yaml/v3 v3.0.4 // indirect
102102
golang.org/x/crypto v0.49.0 // indirect
103-
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 // indirect
103+
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
104104
golang.org/x/net v0.52.0 // indirect
105-
golang.org/x/oauth2 v0.35.0 // indirect
105+
golang.org/x/oauth2 v0.36.0 // indirect
106106
golang.org/x/sync v0.20.0 // indirect
107107
golang.org/x/sys v0.42.0 // indirect
108108
golang.org/x/term v0.41.0 // indirect

examples/apiserver/go.sum

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -46,40 +46,40 @@ github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
4646
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
4747
github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=
4848
github.com/go-logr/zapr v1.3.0/go.mod h1:YKepepNBd1u/oyhd/yQmtjVXmm9uML4IXUgMOwR8/Gg=
49-
github.com/go-openapi/jsonpointer v0.22.4 h1:dZtK82WlNpVLDW2jlA1YCiVJFVqkED1MegOUy9kR5T4=
50-
github.com/go-openapi/jsonpointer v0.22.4/go.mod h1:elX9+UgznpFhgBuaMQ7iu4lvvX1nvNsesQ3oxmYTw80=
51-
github.com/go-openapi/jsonreference v0.21.4 h1:24qaE2y9bx/q3uRK/qN+TDwbok1NhbSmGjjySRCHtC8=
52-
github.com/go-openapi/jsonreference v0.21.4/go.mod h1:rIENPTjDbLpzQmQWCj5kKj3ZlmEh+EFVbz3RTUh30/4=
49+
github.com/go-openapi/jsonpointer v0.22.5 h1:8on/0Yp4uTb9f4XvTrM2+1CPrV05QPZXu+rvu2o9jcA=
50+
github.com/go-openapi/jsonpointer v0.22.5/go.mod h1:gyUR3sCvGSWchA2sUBJGluYMbe1zazrYWIkWPjjMUY0=
51+
github.com/go-openapi/jsonreference v0.21.5 h1:6uCGVXU/aNF13AQNggxfysJ+5ZcU4nEAe+pJyVWRdiE=
52+
github.com/go-openapi/jsonreference v0.21.5/go.mod h1:u25Bw85sX4E2jzFodh1FOKMTZLcfifd1Q+iKKOUxExw=
5353
github.com/go-openapi/swag v0.25.4 h1:OyUPUFYDPDBMkqyxOTkqDYFnrhuhi9NR6QVUvIochMU=
5454
github.com/go-openapi/swag v0.25.4/go.mod h1:zNfJ9WZABGHCFg2RnY0S4IOkAcVTzJ6z2Bi+Q4i6qFQ=
5555
github.com/go-openapi/swag/cmdutils v0.25.4 h1:8rYhB5n6WawR192/BfUu2iVlxqVR9aRgGJP6WaBoW+4=
5656
github.com/go-openapi/swag/cmdutils v0.25.4/go.mod h1:pdae/AFo6WxLl5L0rq87eRzVPm/XRHM3MoYgRMvG4A0=
57-
github.com/go-openapi/swag/conv v0.25.4 h1:/Dd7p0LZXczgUcC/Ikm1+YqVzkEeCc9LnOWjfkpkfe4=
58-
github.com/go-openapi/swag/conv v0.25.4/go.mod h1:3LXfie/lwoAv0NHoEuY1hjoFAYkvlqI/Bn5EQDD3PPU=
59-
github.com/go-openapi/swag/fileutils v0.25.4 h1:2oI0XNW5y6UWZTC7vAxC8hmsK/tOkWXHJQH4lKjqw+Y=
60-
github.com/go-openapi/swag/fileutils v0.25.4/go.mod h1:cdOT/PKbwcysVQ9Tpr0q20lQKH7MGhOEb6EwmHOirUk=
61-
github.com/go-openapi/swag/jsonname v0.25.4 h1:bZH0+MsS03MbnwBXYhuTttMOqk+5KcQ9869Vye1bNHI=
62-
github.com/go-openapi/swag/jsonname v0.25.4/go.mod h1:GPVEk9CWVhNvWhZgrnvRA6utbAltopbKwDu8mXNUMag=
63-
github.com/go-openapi/swag/jsonutils v0.25.4 h1:VSchfbGhD4UTf4vCdR2F4TLBdLwHyUDTd1/q4i+jGZA=
64-
github.com/go-openapi/swag/jsonutils v0.25.4/go.mod h1:7OYGXpvVFPn4PpaSdPHJBtF0iGnbEaTk8AvBkoWnaAY=
65-
github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.4 h1:IACsSvBhiNJwlDix7wq39SS2Fh7lUOCJRmx/4SN4sVo=
66-
github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.4/go.mod h1:Mt0Ost9l3cUzVv4OEZG+WSeoHwjWLnarzMePNDAOBiM=
67-
github.com/go-openapi/swag/loading v0.25.4 h1:jN4MvLj0X6yhCDduRsxDDw1aHe+ZWoLjW+9ZQWIKn2s=
68-
github.com/go-openapi/swag/loading v0.25.4/go.mod h1:rpUM1ZiyEP9+mNLIQUdMiD7dCETXvkkC30z53i+ftTE=
69-
github.com/go-openapi/swag/mangling v0.25.4 h1:2b9kBJk9JvPgxr36V23FxJLdwBrpijI26Bx5JH4Hp48=
70-
github.com/go-openapi/swag/mangling v0.25.4/go.mod h1:6dxwu6QyORHpIIApsdZgb6wBk/DPU15MdyYj/ikn0Hg=
57+
github.com/go-openapi/swag/conv v0.25.5 h1:wAXBYEXJjoKwE5+vc9YHhpQOFj2JYBMF2DUi+tGu97g=
58+
github.com/go-openapi/swag/conv v0.25.5/go.mod h1:CuJ1eWvh1c4ORKx7unQnFGyvBbNlRKbnRyAvDvzWA4k=
59+
github.com/go-openapi/swag/fileutils v0.25.5 h1:B6JTdOcs2c0dBIs9HnkyTW+5gC+8NIhVBUwERkFhMWk=
60+
github.com/go-openapi/swag/fileutils v0.25.5/go.mod h1:V3cT9UdMQIaH4WiTrUc9EPtVA4txS0TOmRURmhGF4kc=
61+
github.com/go-openapi/swag/jsonname v0.25.5 h1:8p150i44rv/Drip4vWI3kGi9+4W9TdI3US3uUYSFhSo=
62+
github.com/go-openapi/swag/jsonname v0.25.5/go.mod h1:jNqqikyiAK56uS7n8sLkdaNY/uq6+D2m2LANat09pKU=
63+
github.com/go-openapi/swag/jsonutils v0.25.5 h1:XUZF8awQr75MXeC+/iaw5usY/iM7nXPDwdG3Jbl9vYo=
64+
github.com/go-openapi/swag/jsonutils v0.25.5/go.mod h1:48FXUaz8YsDAA9s5AnaUvAmry1UcLcNVWUjY42XkrN4=
65+
github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.5 h1:SX6sE4FrGb4sEnnxbFL/25yZBb5Hcg1inLeErd86Y1U=
66+
github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.5/go.mod h1:/2KvOTrKWjVA5Xli3DZWdMCZDzz3uV/T7bXwrKWPquo=
67+
github.com/go-openapi/swag/loading v0.25.5 h1:odQ/umlIZ1ZVRteI6ckSrvP6e2w9UTF5qgNdemJHjuU=
68+
github.com/go-openapi/swag/loading v0.25.5/go.mod h1:I8A8RaaQ4DApxhPSWLNYWh9NvmX2YKMoB9nwvv6oW6g=
69+
github.com/go-openapi/swag/mangling v0.25.5 h1:hyrnvbQRS7vKePQPHHDso+k6CGn5ZBs5232UqWZmJZw=
70+
github.com/go-openapi/swag/mangling v0.25.5/go.mod h1:6hadXM/o312N/h98RwByLg088U61TPGiltQn71Iw0NY=
7171
github.com/go-openapi/swag/netutils v0.25.4 h1:Gqe6K71bGRb3ZQLusdI8p/y1KLgV4M/k+/HzVSqT8H0=
7272
github.com/go-openapi/swag/netutils v0.25.4/go.mod h1:m2W8dtdaoX7oj9rEttLyTeEFFEBvnAx9qHd5nJEBzYg=
73-
github.com/go-openapi/swag/stringutils v0.25.4 h1:O6dU1Rd8bej4HPA3/CLPciNBBDwZj9HiEpdVsb8B5A8=
74-
github.com/go-openapi/swag/stringutils v0.25.4/go.mod h1:GTsRvhJW5xM5gkgiFe0fV3PUlFm0dr8vki6/VSRaZK0=
75-
github.com/go-openapi/swag/typeutils v0.25.4 h1:1/fbZOUN472NTc39zpa+YGHn3jzHWhv42wAJSN91wRw=
76-
github.com/go-openapi/swag/typeutils v0.25.4/go.mod h1:Ou7g//Wx8tTLS9vG0UmzfCsjZjKhpjxayRKTHXf2pTE=
77-
github.com/go-openapi/swag/yamlutils v0.25.4 h1:6jdaeSItEUb7ioS9lFoCZ65Cne1/RZtPBZ9A56h92Sw=
78-
github.com/go-openapi/swag/yamlutils v0.25.4/go.mod h1:MNzq1ulQu+yd8Kl7wPOut/YHAAU/H6hL91fF+E2RFwc=
79-
github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 h1:0+Y41Pz1NkbTHz8NngxTuAXxEodtNSI1WG1c/m5Akw4=
80-
github.com/go-openapi/testify/enable/yaml/v2 v2.0.2/go.mod h1:kme83333GCtJQHXQ8UKX3IBZu6z8T5Dvy5+CW3NLUUg=
81-
github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls=
82-
github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54=
73+
github.com/go-openapi/swag/stringutils v0.25.5 h1:NVkoDOA8YBgtAR/zvCx5rhJKtZF3IzXcDdwOsYzrB6M=
74+
github.com/go-openapi/swag/stringutils v0.25.5/go.mod h1:PKK8EZdu4QJq8iezt17HM8RXnLAzY7gW0O1KKarrZII=
75+
github.com/go-openapi/swag/typeutils v0.25.5 h1:EFJ+PCga2HfHGdo8s8VJXEVbeXRCYwzzr9u4rJk7L7E=
76+
github.com/go-openapi/swag/typeutils v0.25.5/go.mod h1:itmFmScAYE1bSD8C4rS0W+0InZUBrB2xSPbWt6DLGuc=
77+
github.com/go-openapi/swag/yamlutils v0.25.5 h1:kASCIS+oIeoc55j28T4o8KwlV2S4ZLPT6G0iq2SSbVQ=
78+
github.com/go-openapi/swag/yamlutils v0.25.5/go.mod h1:Gek1/SjjfbYvM+Iq4QGwa/2lEXde9n2j4a3wI3pNuOQ=
79+
github.com/go-openapi/testify/enable/yaml/v2 v2.4.0 h1:7SgOMTvJkM8yWrQlU8Jm18VeDPuAvB/xWrdxFJkoFag=
80+
github.com/go-openapi/testify/enable/yaml/v2 v2.4.0/go.mod h1:14iV8jyyQlinc9StD7w1xVPW3CO3q1Gj04Jy//Kw4VM=
81+
github.com/go-openapi/testify/v2 v2.4.0 h1:8nsPrHVCWkQ4p8h1EsRVymA2XABB4OT40gcvAu+voFM=
82+
github.com/go-openapi/testify/v2 v2.4.0/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54=
8383
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
8484
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
8585
github.com/go-test/deep v1.0.8 h1:TDsG77qcSprGbC6vTN8OuXp5g+J+b5Pcguhf7Zt61VM=
@@ -130,8 +130,8 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
130130
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
131131
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
132132
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
133-
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
134-
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
133+
github.com/klauspost/compress v1.18.4 h1:RPhnKRAQ4Fh8zU2FY/6ZFDwTVTxgJ/EMydqSTzE9a2c=
134+
github.com/klauspost/compress v1.18.4/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
135135
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
136136
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
137137
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
@@ -228,16 +228,16 @@ go.etcd.io/raft/v3 v3.6.0 h1:5NtvbDVYpnfZWcIHgGRk9DyzkBIXOi8j+DDp1IcnUWQ=
228228
go.etcd.io/raft/v3 v3.6.0/go.mod h1:nLvLevg6+xrVtHUmVaTcTz603gQPHfh7kUAwV6YpfGo=
229229
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
230230
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
231-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0 h1:XmiuHzgJt067+a6kwyAzkhXooYVv3/TOw9cM2VfJgUM=
232-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0/go.mod h1:KDgtbWKTQs4bM+VPUr6WlL9m/WXcmkCcBlIzqxPGzmI=
233-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 h1:7iP2uCb7sGddAr30RRS6xjKy7AZ2JtTOPA3oolgVSw8=
234-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0/go.mod h1:c7hN3ddxs/z6q9xwvfLPk+UHlWRQyaeR1LdgfL/66l0=
231+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 h1:yI1/OhfEPy7J9eoa6Sj051C7n5dvpj0QX8g4sRchg04=
232+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0/go.mod h1:NoUCKYWK+3ecatC4HjkRktREheMeEtrXoQxrqYFeHSc=
233+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 h1:OyrsyzuttWTSur2qN/Lm0m2a8yqyIjUVBZcxFPuXq2o=
234+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0/go.mod h1:C2NGBr+kAB4bk3xtMXfZ94gqFDtg/GkI7e9zqGh5Beg=
235235
go.opentelemetry.io/otel v1.43.0 h1:mYIM03dnh5zfN7HautFE4ieIig9amkNANT+xcVxAj9I=
236236
go.opentelemetry.io/otel v1.43.0/go.mod h1:JuG+u74mvjvcm8vj8pI5XiHy1zDeoCS2LB1spIq7Ay0=
237237
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 h1:88Y4s2C8oTui1LGM6bTWkw0ICGcOLCAI5l6zsD1j20k=
238238
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0/go.mod h1:Vl1/iaggsuRlrHf/hfPJPvVag77kKyvrLeD10kpMl+A=
239-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 h1:DvJDOPmSWQHWywQS6lKL+pb8s3gBLOZUtw4N+mavW1I=
240-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0/go.mod h1:EtekO9DEJb4/jRyN4v4Qjc2yA7AtfCBuz2FynRUWTXs=
239+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 h1:zWWrB1U6nqhS/k6zYB74CjRpuiitRtLLi68VcgmOEto=
240+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0/go.mod h1:2qXPNBX1OVRC0IwOnfo1ljoid+RD0QK3443EaqVlsOU=
241241
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 h1:3iZJKlCZufyRzPzlQhUIWVmfltrXuGyfjREgGP3UUjc=
242242
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0/go.mod h1:/G+nUPfhq2e+qiXMGxMwumDrP5jtzU+mWN7/sjT2rak=
243243
go.opentelemetry.io/otel/metric v1.43.0 h1:d7638QeInOnuwOONPp4JAOGfbCEpYb+K6DVWvdxGzgM=
@@ -265,8 +265,8 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
265265
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
266266
golang.org/x/crypto v0.49.0 h1:+Ng2ULVvLHnJ/ZFEq4KdcDd/cfjrrjjNSXNzxg0Y4U4=
267267
golang.org/x/crypto v0.49.0/go.mod h1:ErX4dUh2UM+CFYiXZRTcMpEcN8b/1gxEuv3nODoYtCA=
268-
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 h1:MDfG8Cvcqlt9XXrmEiD4epKn7VJHZO84hejP9Jmp0MM=
269-
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9/go.mod h1:EPRbTFwzwjXj9NpYyyrvenVh9Y+GFeEvMNh7Xuz7xgU=
268+
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 h1:Z/6YuSHTLOHfNFdb8zVZomZr7cqNgTJvA8+Qz75D8gU=
269+
golang.org/x/exp v0.0.0-20260112195511-716be5621a96/go.mod h1:nzimsREAkjBCIEFtHiYkrJyT+2uy9YZJB7H1k68CXZU=
270270
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
271271
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
272272
golang.org/x/mod v0.34.0 h1:xIHgNUUnW6sYkcM5Jleh05DvLOtwc6RitGHbDk4akRI=
@@ -277,8 +277,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
277277
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
278278
golang.org/x/net v0.52.0 h1:He/TN1l0e4mmR3QqHMT2Xab3Aj3L9qjbhRm78/6jrW0=
279279
golang.org/x/net v0.52.0/go.mod h1:R1MAz7uMZxVMualyPXb+VaqGSa3LIaUqk0eEt3w36Sw=
280-
golang.org/x/oauth2 v0.35.0 h1:Mv2mzuHuZuY2+bkyWXIHMfhNdJAdwW3FuWeCPYN5GVQ=
281-
golang.org/x/oauth2 v0.35.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
280+
golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=
281+
golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q=
282282
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
283283
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
284284
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/spf13/pflag v1.0.10
2727
github.com/stretchr/testify v1.11.1
2828
go.opentelemetry.io/otel v1.43.0
29-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0
29+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0
3030
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0
3131
go.opentelemetry.io/otel/sdk v1.43.0
3232
go.opentelemetry.io/otel/trace v1.43.0
@@ -69,20 +69,20 @@ require (
6969
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
7070
github.com/go-logr/logr v1.4.3 // indirect
7171
github.com/go-logr/stdr v1.2.2 // indirect
72-
github.com/go-openapi/jsonpointer v0.22.4 // indirect
73-
github.com/go-openapi/jsonreference v0.21.4 // indirect
72+
github.com/go-openapi/jsonpointer v0.22.5 // indirect
73+
github.com/go-openapi/jsonreference v0.21.5 // indirect
7474
github.com/go-openapi/swag v0.25.4 // indirect
7575
github.com/go-openapi/swag/cmdutils v0.25.4 // indirect
76-
github.com/go-openapi/swag/conv v0.25.4 // indirect
77-
github.com/go-openapi/swag/fileutils v0.25.4 // indirect
78-
github.com/go-openapi/swag/jsonname v0.25.4 // indirect
79-
github.com/go-openapi/swag/jsonutils v0.25.4 // indirect
80-
github.com/go-openapi/swag/loading v0.25.4 // indirect
81-
github.com/go-openapi/swag/mangling v0.25.4 // indirect
76+
github.com/go-openapi/swag/conv v0.25.5 // indirect
77+
github.com/go-openapi/swag/fileutils v0.25.5 // indirect
78+
github.com/go-openapi/swag/jsonname v0.25.5 // indirect
79+
github.com/go-openapi/swag/jsonutils v0.25.5 // indirect
80+
github.com/go-openapi/swag/loading v0.25.5 // indirect
81+
github.com/go-openapi/swag/mangling v0.25.5 // indirect
8282
github.com/go-openapi/swag/netutils v0.25.4 // indirect
83-
github.com/go-openapi/swag/stringutils v0.25.4 // indirect
84-
github.com/go-openapi/swag/typeutils v0.25.4 // indirect
85-
github.com/go-openapi/swag/yamlutils v0.25.4 // indirect
83+
github.com/go-openapi/swag/stringutils v0.25.5 // indirect
84+
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
85+
github.com/go-openapi/swag/yamlutils v0.25.5 // indirect
8686
github.com/goccy/go-yaml v1.19.2 // indirect
8787
github.com/gogo/protobuf v1.3.2 // indirect
8888
github.com/golang/protobuf v1.5.4 // indirect
@@ -100,7 +100,7 @@ require (
100100
github.com/inconshreveable/mousetrap v1.1.0 // indirect
101101
github.com/josharian/intern v1.0.0 // indirect
102102
github.com/json-iterator/go v1.1.12 // indirect
103-
github.com/klauspost/compress v1.18.2 // indirect
103+
github.com/klauspost/compress v1.18.4 // indirect
104104
github.com/kylelemons/godebug v1.1.0 // indirect
105105
github.com/mailru/easyjson v0.9.1 // indirect
106106
github.com/mattn/go-colorable v0.1.14 // indirect
@@ -132,8 +132,8 @@ require (
132132
go.etcd.io/etcd/client/pkg/v3 v3.6.6 // indirect
133133
go.etcd.io/etcd/client/v3 v3.6.6 // indirect
134134
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
135-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0 // indirect
136-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect
135+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 // indirect
136+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
137137
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
138138
go.opentelemetry.io/otel/metric v1.43.0 // indirect
139139
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
@@ -142,9 +142,9 @@ require (
142142
go.yaml.in/yaml/v2 v2.4.3 // indirect
143143
go.yaml.in/yaml/v3 v3.0.4 // indirect
144144
golang.org/x/crypto v0.49.0 // indirect
145-
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 // indirect
145+
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
146146
golang.org/x/net v0.52.0 // indirect
147-
golang.org/x/oauth2 v0.35.0 // indirect
147+
golang.org/x/oauth2 v0.36.0 // indirect
148148
golang.org/x/sys v0.42.0 // indirect
149149
golang.org/x/term v0.41.0 // indirect
150150
golang.org/x/text v0.35.0 // indirect

0 commit comments

Comments
 (0)