Skip to content

Commit 58f3569

Browse files
dependabot[bot]Evergreen
andauthored
Bump the go-deps group across 1 directory with 10 updates (#469)
Bumps the go-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) | `1.20.0` | `1.21.0` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.0` | `1.23.2` | | [github.com/spf13/cast](https://github.com/spf13/cast) | `1.9.2` | `1.10.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.41.0` | `0.42.0` | Updates `github.com/hashicorp/vault/api` from 1.20.0 to 1.21.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/vault/releases">github.com/hashicorp/vault/api's releases</a>.</em></p> <blockquote> <h2>v1.20.3</h2> <p>No release notes provided.</p> <h2>v1.20.2</h2> <h3>August 06, 2025</h3> <p>SECURITY:</p> <ul> <li>auth/ldap: fix MFA/TOTP enforcement bypass when username_as_alias is enabled [<a href="https://redirect.github.com/hashicorp/vault/pull/31427">GH-31427</a>,<a href="https://discuss.hashicorp.com/t/hcsec-2025-20-vault-ldap-mfa-enforcement-bypass-when-using-username-as-alias/76092">HCSEC-2025-20</a>].</li> </ul> <p>BUG FIXES:</p> <ul> <li>agent/template: Fixed issue where templates would not render correctly if namespaces was provided by config, and the namespace and mount path of the secret were the same. [<a href="https://redirect.github.com/hashicorp/vault/pull/31392">GH-31392</a>]</li> <li>identity/mfa: revert cache entry change from <a href="https://redirect.github.com/hashicorp/vault/issues/31217">#31217</a> and document cache entry values [<a href="https://redirect.github.com/hashicorp/vault/pull/31421">GH-31421</a>]</li> </ul> <h2>v1.20.1</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/vault/blob/main/CHANGELOG.md">github.com/hashicorp/vault/api's changelog</a>.</em></p> <blockquote> <h2>Previous versions</h2> <ul> <li><a href="https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md">v1.10.0 - v1.15.16</a></li> <li><a href="https://github.com/hashicorp/vault/blob/main/CHANGELOG-pre-v1.10.md">v1.0.0 - v1.9.10</a></li> <li><a href="https://github.com/hashicorp/vault/blob/main/CHANGELOG-v0.md">v0.11.6 and earlier</a></li> </ul> <h2>1.20.3</h2> <h3>August 28, 2025</h3> <p>FEATURES:</p> <ul> <li><strong>IBM RACF Static Role Password Phrase Management (Enterprise)</strong>: Add support for static role password phrase management to the LDAP secrets engine. (<a href="https://redirect.github.com/hashicorp/vault-plugin-secrets-openldap/pull/184">hashicorp/vault-plugin-secrets-openldap#184</a>)</li> </ul> <p>SECURITY:</p> <ul> <li>core: Update github.com/hashicorp/go-getter to fix security vulnerability GHSA-wjrx-6529-hcj3. (<a href="https://github.com/hashicorp/vault/commit/8b3a9ce1f651932559a129a7889243d24127cee2">8b3a9ce1</a>)</li> </ul> <p>CHANGES:</p> <ul> <li>core: Bump Go version to 1.24.6. (<a href="https://github.com/hashicorp/vault/commit/ce56e14e7466ae80e05d11a83c8f41db0f4653be">ce56e14e</a>)</li> <li>http: Add JSON configurable limits to HTTP handling for JSON payloads: <code>max_json_depth</code>, <code>max_json_string_value_length</code>, <code>max_json_object_entry_count</code>, <code>max_json_array_element_count</code>. [<a href="https://redirect.github.com/hashicorp/vault/pull/31069">GH-31069</a>]</li> <li>sdk: Upgrade to go-secure-stdlib/plugincontainer@v0.4.2, which also bumps github.com/docker/docker to v28.3.3+incompatible (<a href="https://github.com/hashicorp/vault/commit/8f1721697bba123117f4f98dae4154ef9fe614e5">8f172169</a>)</li> <li>secrets/openldap (enterprise): update plugin to v0.16.1</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>auth/ldap: add explicit logging to rotations in ldap [<a href="https://redirect.github.com/hashicorp/vault/pull/31401">GH-31401</a>]</li> <li>core (enterprise): improve rotation manager logging to include specific lines for rotation success and failure</li> <li>secrets/database: log password rotation success (info) and failure (error). Some relevant log lines have been updated to include &quot;path&quot; fields. [<a href="https://redirect.github.com/hashicorp/vault/pull/31402">GH-31402</a>]</li> <li>secrets/transit: add logging on both success and failure of key rotation [<a href="https://redirect.github.com/hashicorp/vault/pull/31420">GH-31420</a>]</li> <li>ui: Use the Helios Design System Code Block component for all readonly code editors and use its Code Editor component for all other code editors [<a href="https://redirect.github.com/hashicorp/vault/pull/30188">GH-30188</a>]</li> </ul> <p>BUG FIXES:</p> <ul> <li>core (enterprise): fix a bug where issuing a token in a namespace used root auth configuration instead of namespace auth configuration</li> <li>core/metrics: Add service name prefix for core HA metrics to avoid duplicate, zero-value metrics. (<a href="https://github.com/hashicorp/vault/commit/91e5f44315fb52c37b54e8b0eece1b4390665cc3">91e5f443</a>)</li> <li>core/seal: When Seal-HA is enabled, make it an error to persist the barrier keyring when not all seals are healthy. This prevents the possibility of failing to unseal when a different subset of seals are healthy than were healthy at last write. (<a href="https://github.com/hashicorp/vault/commit/bbe64227c586cb34f73d9ae8025398f24aa7e12d">bbe64227</a>)</li> <li>raft (enterprise): auto-join will now work in regions that do not support dual-stack (<a href="https://github.com/hashicorp/vault/commit/c66baf5ee1ee9320daa6af5528cb2f250f2a0f3a">c66baf5e</a>)</li> <li>raft/autopilot: Fixes an issue with enterprise redundancy zones where, if the leader was in a redundancy zone and that leader becomes unavailable, the node would become an unzoned voter. This can artificially inflate the required number of nodes for quorum, leading to a situation where the cluster cannot recover if another leader subsequently becomes unavailable. Vault will now keep an unavailable node in its last known redundancy zone as a non-voter. [<a href="https://redirect.github.com/hashicorp/vault/pull/31443">GH-31443</a>]</li> <li>replication (enterprise): Fix bug where group updates fail when processed on a standby node in a PR secondary cluster.</li> <li>secrets-sync (enterprise): GCP locational KMS keys are no longer incorrectly removed when the location name is all lowercase.</li> <li>secrets/database/postgresql: Support for multiline statements in the <code>rotation_statements</code> field. [<a href="https://redirect.github.com/hashicorp/vault/pull/31442">GH-31442</a>]</li> <li>ui: Fix DR secondary view from not loading/transitioning. [<a href="https://redirect.github.com/hashicorp/vault/pull/31478">GH-31478</a>]</li> </ul> <h2>1.20.2</h2> <h3>August 06, 2025</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/vault/commit/e40eca1286b1f3dff5606f0c159977292a291016"><code>e40eca1</code></a> VAULT-39294: Deprecate recover_snapshot_id query param and use a header inste...</li> <li><a href="https://github.com/hashicorp/vault/commit/c9605c7eb0563018968204468929db917ea536df"><code>c9605c7</code></a> VAULT-36947: Support force unloading a snapshot (<a href="https://redirect.github.com/hashicorp/vault/issues/8740">#8740</a>) (<a href="https://redirect.github.com/hashicorp/vault/issues/9036">#9036</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/5d632efcf385116d34243a57e842f7431db11a5f"><code>5d632ef</code></a> [VAULT-38600] Create TOTP Login MFA credential self-enrollment API endpoint (...</li> <li><a href="https://github.com/hashicorp/vault/commit/eaf949cb1fe87dede5a5d9d64456c63fefef65f8"><code>eaf949c</code></a> VAULT-37633: Database static role recover operations (<a href="https://redirect.github.com/hashicorp/vault/issues/8922">#8922</a>) (<a href="https://redirect.github.com/hashicorp/vault/issues/8982">#8982</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/3c459f7dcaa465caf47003a0dcac563d75bb49b7"><code>3c459f7</code></a> [VAULT-39267] actions(slack): migrate to v2 action (<a href="https://redirect.github.com/hashicorp/vault/issues/8964">#8964</a>) (<a href="https://redirect.github.com/hashicorp/vault/issues/8990">#8990</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/50af5591dee8b4944a17265073ca5dc761f53ed5"><code>50af559</code></a> VAULT-38796, VAULT-38889 reformat observation schema to version 2 (<a href="https://redirect.github.com/hashicorp/vault/issues/9006">#9006</a>) (<a href="https://redirect.github.com/hashicorp/vault/issues/9">#9</a>...</li> <li><a href="https://github.com/hashicorp/vault/commit/a820af0a9564195283f01d6c0961e3a039f3fbba"><code>a820af0</code></a> Backport [VAULT-38600] Fix the name of the CE stub for mfaLoginEnterprisePath...</li> <li><a href="https://github.com/hashicorp/vault/commit/37bd994ea3ca776b96a8613dfed1a1e066b02e43"><code>37bd994</code></a> VAULT-38463: Fix ldap failure (<a href="https://redirect.github.com/hashicorp/vault/issues/8996">#8996</a>) (<a href="https://redirect.github.com/hashicorp/vault/issues/9001">#9001</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/3edbb13369ed0c8deb7c42d1e973ba457470e7f2"><code>3edbb13</code></a> changelog: fix commit URL in CE generated template (<a href="https://redirect.github.com/hashicorp/vault/issues/9010">#9010</a>) (<a href="https://redirect.github.com/hashicorp/vault/issues/9013">#9013</a>)</li> <li><a href="https://github.com/hashicorp/vault/commit/bfd2e54d39e982b638ebdc065917f6fc7766c786"><code>bfd2e54</code></a> UI: Moving settings/mount-backend-form to secrets/mounts (<a href="https://redirect.github.com/hashicorp/vault/issues/8975">#8975</a>) (<a href="https://redirect.github.com/hashicorp/vault/issues/8998">#8998</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/vault/compare/v1.20.0...api/v1.21.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/prometheus/client_golang` from 1.23.0 to 1.23.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's releases</a>.</em></p> <blockquote> <h2>v1.23.2 - 2025-09-05</h2> <p>This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.</p> <!-- raw HTML omitted --> <ul> <li>[release-1.23] Upgrade to prometheus/common@v0.66.1 by <a href="https://github.com/aknuds1"><code>@​aknuds1</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1869">prometheus/client_golang#1869</a></li> <li>[release-1.23] Cut v1.23.2 by <a href="https://github.com/aknuds1"><code>@​aknuds1</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1870">prometheus/client_golang#1870</a></li> </ul> <!-- raw HTML omitted --> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2">https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2</a></p> <h2>v1.23.1 - 2025-09-04</h2> <p>This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.</p> <!-- raw HTML omitted --> <ul> <li>[release-1.23] Upgrade to prometheus/common v0.66 by <a href="https://github.com/aknuds1"><code>@​aknuds1</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1866">prometheus/client_golang#1866</a></li> <li>[release-1.23] Cut v1.23.1 by <a href="https://github.com/aknuds1"><code>@​aknuds1</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1867">prometheus/client_golang#1867</a></li> </ul> <!-- raw HTML omitted --> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1">https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p> <blockquote> <h2>1.23.2 / 2025-09-05</h2> <p>This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.</p> <h2>1.23.1 / 2025-09-04</h2> <p>This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/client_golang/commit/8179a560819f2c64ef6ade70e6ae4c73aecaca3c"><code>8179a56</code></a> Cut v1.23.2 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1870">#1870</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/4142b5908bb6c8f5e412b72de5ea4b927d8c219d"><code>4142b59</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1869">#1869</a> from prometheus/arve/upgrade-common</li> <li><a href="https://github.com/prometheus/client_golang/commit/4ff40f0d918efc0f59701d13622913805c2425b4"><code>4ff40f0</code></a> Cut v1.23.1 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1867">#1867</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/989b0298944e64f88a54ac9c70cd8c8121f10bc9"><code>989b029</code></a> Upgrade to prometheus/common v0.66 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1866">#1866</a>)</li> <li>See full diff in <a href="https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/cast` from 1.9.2 to 1.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cast/releases">github.com/spf13/cast's releases</a>.</em></p> <blockquote> <h2>v1.10.0</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/cast/pull/275">spf13/cast#275</a></li> <li>build(deps): bump github/codeql-action from 3.28.18 to 3.28.19 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/cast/pull/277">spf13/cast#277</a></li> <li>build(deps): bump github/codeql-action from 3.28.19 to 3.29.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/cast/pull/289">spf13/cast#289</a></li> <li>build(deps): bump github/codeql-action from 3.29.7 to 3.29.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/cast/pull/296">spf13/cast#296</a></li> <li>build(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/cast/pull/295">spf13/cast#295</a></li> <li>build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/cast/pull/293">spf13/cast#293</a></li> <li>build(deps): bump github/codeql-action from 3.29.10 to 3.30.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/cast/pull/301">spf13/cast#301</a></li> <li>build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/cast/pull/300">spf13/cast#300</a></li> <li>build(deps): bump actions/dependency-review-action from 4.7.2 to 4.7.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/cast/pull/298">spf13/cast#298</a></li> <li>Always return empty map instead of nil when conversion fails by <a href="https://github.com/andig"><code>@​andig</code></a> in <a href="https://redirect.github.com/spf13/cast/pull/283">spf13/cast#283</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/andig"><code>@​andig</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cast/pull/283">spf13/cast#283</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/cast/compare/v1.9.2...v1.10.0">https://github.com/spf13/cast/compare/v1.9.2...v1.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cast/commit/fc73346bfc4e6597bc520fb6eea04360299e77d2"><code>fc73346</code></a> Merge pull request <a href="https://redirect.github.com/spf13/cast/issues/283">#283</a> from andig/patch-1</li> <li><a href="https://github.com/spf13/cast/commit/6002cff5a3bc7b67b52c91999bab9e202bb4388b"><code>6002cff</code></a> Merge pull request <a href="https://redirect.github.com/spf13/cast/issues/298">#298</a> from spf13/dependabot/github_actions/actions/dependen...</li> <li><a href="https://github.com/spf13/cast/commit/c1c153d6ac13157b2144e3e0552b60c9b0f62bec"><code>c1c153d</code></a> Merge pull request <a href="https://redirect.github.com/spf13/cast/issues/300">#300</a> from spf13/dependabot/github_actions/actions/setup-go...</li> <li><a href="https://github.com/spf13/cast/commit/39beeac4bdd40af0083006e06b505d370eee56e7"><code>39beeac</code></a> Merge pull request <a href="https://redirect.github.com/spf13/cast/issues/301">#301</a> from spf13/dependabot/github_actions/github/codeql-ac...</li> <li><a href="https://github.com/spf13/cast/commit/365e80cabc9ebdca18b3fc4e1f16cf664652b7b3"><code>365e80c</code></a> build(deps): bump github/codeql-action from 3.29.10 to 3.30.1</li> <li><a href="https://github.com/spf13/cast/commit/9f0f68b802eef3497be6e4ba9542d2bb409b884d"><code>9f0f68b</code></a> build(deps): bump actions/setup-go from 5.5.0 to 6.0.0</li> <li><a href="https://github.com/spf13/cast/commit/d45dead50f72c7662de987b91c4944cee91395be"><code>d45dead</code></a> build(deps): bump actions/dependency-review-action from 4.7.2 to 4.7.3</li> <li><a href="https://github.com/spf13/cast/commit/004f51d2ec5beb17864a67ea0828cf96954b95ef"><code>004f51d</code></a> Merge pull request <a href="https://redirect.github.com/spf13/cast/issues/293">#293</a> from spf13/dependabot/github_actions/actions/checkout...</li> <li><a href="https://github.com/spf13/cast/commit/6458e07a1b5ec9f7dbd4884323a1406ef5cc0394"><code>6458e07</code></a> Merge pull request <a href="https://redirect.github.com/spf13/cast/issues/295">#295</a> from spf13/dependabot/github_actions/actions/dependen...</li> <li><a href="https://github.com/spf13/cast/commit/970d9ea674b57f4b950f3fa76e51e94e710b72a1"><code>970d9ea</code></a> Merge pull request <a href="https://redirect.github.com/spf13/cast/issues/296">#296</a> from spf13/dependabot/github_actions/github/codeql-ac...</li> <li>Additional commits viewable in <a href="https://github.com/spf13/cast/compare/v1.9.2...v1.10.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p> <blockquote> <h2>v1.10.1</h2> <h3>🐛 Fix</h3> <ul> <li>chore: upgrade pflags v1.0.9 by <a href="https://github.com/jpmcb"><code>@​jpmcb</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2305">spf13/cobra#2305</a></li> </ul> <p>v1.0.9 of pflags brought back <code>ParseErrorsWhitelist</code> and marked it as deprecated</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1">https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1</a></p> <h2>v1.10.0</h2> <h2>What's Changed</h2> <h3>🚨 Attention!</h3> <ul> <li>Bump pflag to 1.0.8 by <a href="https://github.com/tomasaschan"><code>@​tomasaschan</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2303">spf13/cobra#2303</a></li> </ul> <p>This version of <code>pflag</code> carried a breaking change: it renamed <code>ParseErrorsWhitelist</code> to <code>ParseErrorsAllowlist</code> which can break builds if both <code>pflag</code> and <code>cobra</code> are dependencies in your project.</p> <ul> <li>If you use both <code>pflag and </code>cobra<code>, upgrade </code>pflag<code>to 1.0.8 and</code>cobra<code>to</code>1.10.0`</li> <li><strong><em>or</em></strong> use the newer, fixed version of <code>pflag</code> v1.0.9 which keeps the deprecated <code>ParseErrorsWhitelist</code></li> </ul> <p>More details can be found here: <a href="https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515">spf13/cobra#2303</a></p> <h3>✨ Features</h3> <ul> <li>Flow context to command in SetHelpFunc by <a href="https://github.com/Frassle"><code>@​Frassle</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2241">spf13/cobra#2241</a></li> <li>The default ShellCompDirective can be customized for a command and its subcommands by <a href="https://github.com/albers"><code>@​albers</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2238">spf13/cobra#2238</a></li> </ul> <h3>🐛 Fix</h3> <ul> <li>Upgrade golangci-lint to v2, address findings by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2279">spf13/cobra#2279</a></li> </ul> <h3>🪠 Testing</h3> <ul> <li>Test with Go 1.24 by <a href="https://github.com/harryzcy"><code>@​harryzcy</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2236">spf13/cobra#2236</a></li> <li>chore: Rm GitHub Action PR size labeler by <a href="https://github.com/jpmcb"><code>@​jpmcb</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2256">spf13/cobra#2256</a></li> </ul> <h3>📝 Docs</h3> <ul> <li>Remove traling curlybrace by <a href="https://github.com/yedayak"><code>@​yedayak</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2237">spf13/cobra#2237</a></li> <li>Update command.go by <a href="https://github.com/styee"><code>@​styee</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2248">spf13/cobra#2248</a></li> <li>feat: Add security policy by <a href="https://github.com/jpmcb"><code>@​jpmcb</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2253">spf13/cobra#2253</a></li> <li>Update Readme (Warp) by <a href="https://github.com/ericdachen"><code>@​ericdachen</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2267">spf13/cobra#2267</a></li> <li>Add Periscope to the list of projects using Cobra by <a href="https://github.com/anishathalye"><code>@​anishathalye</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2299">spf13/cobra#2299</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/harryzcy"><code>@​harryzcy</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2236">spf13/cobra#2236</a></li> <li><a href="https://github.com/yedayak"><code>@​yedayak</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2237">spf13/cobra#2237</a></li> <li><a href="https://github.com/Frassle"><code>@​Frassle</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2241">spf13/cobra#2241</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388"><code>7da941c</code></a> chore: Bump pflag to v1.0.9 (<a href="https://redirect.github.com/spf13/cobra/issues/2305">#2305</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a"><code>51d6751</code></a> Bump pflag to 1.0.8 (<a href="https://redirect.github.com/spf13/cobra/issues/2303">#2303</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea"><code>3f3b818</code></a> Update README.md with new logo</li> <li><a href="https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a"><code>dcaf42e</code></a> Add Periscope to the list of projects using Cobra (<a href="https://redirect.github.com/spf13/cobra/issues/2299">#2299</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06"><code>6dec1ae</code></a> The default ShellCompDirective can be customized for a command and its subcom...</li> <li><a href="https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce"><code>c8289c1</code></a> chore(golangci-lint): add some exclusion presets</li> <li><a href="https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932"><code>4af7b64</code></a> refactor: apply golangci-lint autofixes, work around false positives</li> <li><a href="https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e"><code>75790e4</code></a> chore(golangci-lint): upgrade to v2</li> <li><a href="https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22"><code>db3ddb5</code></a> Adding sponsorship to README.md</li> <li><a href="https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a"><code>67171d6</code></a> putting sponsorship below header</li> <li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/v1.9.1...v1.10.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stretchr/testify/releases">github.com/stretchr/testify's releases</a>.</em></p> <blockquote> <h2>v1.11.1</h2> <p>This release fixes <a href="https://redirect.github.com/stretchr/testify/issues/1785">#1785</a> introduced in v1.11.0 where expected argument values implementing the stringer interface (<code>String() string</code>) with a method which mutates their value, when passed to mock.Mock.On (<code>m.On(&quot;Method&quot;, &lt;expected&gt;).Return()</code>) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.</p> <h2>What's Changed</h2> <ul> <li>Backport <a href="https://redirect.github.com/stretchr/testify/issues/1786">#1786</a> to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by <a href="https://github.com/brackendawson"><code>@​brackendawson</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1788">stretchr/testify#1788</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1">https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1</a></p> <h2>v1.11.0</h2> <h2>What's Changed</h2> <h3>Functional Changes</h3> <p>v1.11.0 Includes a number of performance improvements.</p> <ul> <li>Call stack perf change for CallerInfo by <a href="https://github.com/mikeauclair"><code>@​mikeauclair</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1614">stretchr/testify#1614</a></li> <li>Lazily render mock diff output on successful match by <a href="https://github.com/mikeauclair"><code>@​mikeauclair</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1615">stretchr/testify#1615</a></li> <li>assert: check early in Eventually, EventuallyWithT, and Never by <a href="https://github.com/cszczepaniak"><code>@​cszczepaniak</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1427">stretchr/testify#1427</a></li> <li>assert: add IsNotType by <a href="https://github.com/bartventer"><code>@​bartventer</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1730">stretchr/testify#1730</a></li> <li>assert.JSONEq: shortcut if same strings by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1754">stretchr/testify#1754</a></li> <li>assert.YAMLEq: shortcut if same strings by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1755">stretchr/testify#1755</a></li> <li>assert: faster and simpler isEmpty using reflect.Value.IsZero by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1761">stretchr/testify#1761</a></li> <li>suite: faster methods filtering (internal refactor) by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1758">stretchr/testify#1758</a></li> </ul> <h3>Fixes</h3> <ul> <li>assert.ErrorAs: log target type by <a href="https://github.com/craig65535"><code>@​craig65535</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1345">stretchr/testify#1345</a></li> <li>Fix failure message formatting for Positive and Negative asserts in <a href="https://redirect.github.com/stretchr/testify/pull/1062">stretchr/testify#1062</a></li> <li>Improve ErrorIs message when error is nil but an error was expected by <a href="https://github.com/tsioftas"><code>@​tsioftas</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1681">stretchr/testify#1681</a></li> <li>fix Subset/NotSubset when calling with mixed input types by <a href="https://github.com/siliconbrain"><code>@​siliconbrain</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1729">stretchr/testify#1729</a></li> <li>Improve ErrorAs failure message when error is nil by <a href="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1734">stretchr/testify#1734</a></li> <li>mock.AssertNumberOfCalls: improve error msg by <a href="https://github.com/3scalation"><code>@​3scalation</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1743">stretchr/testify#1743</a></li> </ul> <h3>Documentation, Build &amp; CI</h3> <ul> <li>docs: Fix typo in README by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1688">stretchr/testify#1688</a></li> <li>Replace deprecated io/ioutil with io and os by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1684">stretchr/testify#1684</a></li> <li>Document consequences of calling t.FailNow() by <a href="https://github.com/greg0ire"><code>@​greg0ire</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1710">stretchr/testify#1710</a></li> <li>chore: update docs for Unset <a href="https://redirect.github.com/stretchr/testify/issues/1621">#1621</a> by <a href="https://github.com/techfg"><code>@​techfg</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1709">stretchr/testify#1709</a></li> <li>README: apply gofmt to examples by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1687">stretchr/testify#1687</a></li> <li>refactor: use %q and %T to simplify fmt.Sprintf by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1674">stretchr/testify#1674</a></li> <li>Propose Christophe Colombier (ccoVeille) as approver by <a href="https://github.com/brackendawson"><code>@​brackendawson</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1716">stretchr/testify#1716</a></li> <li>Update documentation for the Error function in assert or require package by <a href="https://github.com/architagr"><code>@​architagr</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1675">stretchr/testify#1675</a></li> <li>assert: remove deprecated build constraints by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1671">stretchr/testify#1671</a></li> <li>assert: apply gofumpt to internal test suite by <a href="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1739">stretchr/testify#1739</a></li> <li>CI: fix shebang in .ci.*.sh scripts by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1746">stretchr/testify#1746</a></li> <li>assert,require: enable parallel testing on (almost) all top tests by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1747">stretchr/testify#1747</a></li> <li>suite.Passed: add one more status test report by <a href="https://github.com/Ararsa-Derese"><code>@​Ararsa-Derese</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1706">stretchr/testify#1706</a></li> <li>Add Helper() method in internal mocks and assert.CollectT by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1423">stretchr/testify#1423</a></li> <li>assert.Same/NotSame: improve usage of Sprintf by <a href="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1742">stretchr/testify#1742</a></li> <li>mock: enable parallel testing on internal testsuite by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1756">stretchr/testify#1756</a></li> <li>suite: cleanup use of 'testing' internals at runtime by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1751">stretchr/testify#1751</a></li> <li>assert: check test failure message for Empty and NotEmpty by <a href="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1745">stretchr/testify#1745</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d"><code>2a57335</code></a> Merge pull request <a href="https://redirect.github.com/stretchr/testify/issues/1788">#1788</a> from brackendawson/1785-backport-1.11</li> <li><a href="https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100"><code>af8c912</code></a> Backport <a href="https://redirect.github.com/stretchr/testify/issues/1786">#1786</a> to release/1.11</li> <li><a href="https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4"><code>b7801fb</code></a> Merge pull request <a href="https://redirect.github.com/stretchr/testify/issues/1778">#1778</a> from stretchr/dependabot/github_actions/actions/chec...</li> <li><a href="https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b"><code>69831f3</code></a> build(deps): bump actions/checkout from 4 to 5</li> <li><a href="https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c"><code>a53be35</code></a> Improve captureTestingT helper</li> <li><a href="https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687"><code>aafb604</code></a> mock: improve formatting of error message</li> <li><a href="https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef"><code>7218e03</code></a> improve error msg</li> <li><a href="https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9"><code>929a212</code></a> Merge pull request <a href="https://redirect.github.com/stretchr/testify/issues/1758">#1758</a> from stretchr/dolmen/suite-faster-method-filtering</li> <li><a href="https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2"><code>bc7459e</code></a> suite: faster filtering of methods (-testify.m)</li> <li><a href="https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1"><code>7d37b5c</code></a> suite: refactor methodFilter</li> <li>Additional commits viewable in <a href="https://github.com/stretchr/testify/compare/v1.10.0...v1.11.1">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/otel` from 1.37.0 to 1.38.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel's changelog</a>.</em></p> <blockquote> <h2>[1.38.0/0.60.0/0.14.0/0.0.13] 2025-08-29</h2> <p>This release is the last to support [Go 1.23]. The next release will require at least [Go 1.24].</p> <h3>Added</h3> <ul> <li>Add native histogram exemplar support in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6772">#6772</a>)</li> <li>Add template attribute functions to the <code>go.opentelmetry.io/otel/semconv/v1.34.0</code> package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6939">#6939</a>) <ul> <li><code>ContainerLabel</code></li> <li><code>DBOperationParameter</code></li> <li><code>DBSystemParameter</code></li> <li><code>HTTPRequestHeader</code></li> <li><code>HTTPResponseHeader</code></li> <li><code>K8SCronJobAnnotation</code></li> <li><code>K8SCronJobLabel</code></li> <li><code>K8SDaemonSetAnnotation</code></li> <li><code>K8SDaemonSetLabel</code></li> <li><code>K8SDeploymentAnnotation</code></li> <li><code>K8SDeploymentLabel</code></li> <li><code>K8SJobAnnotation</code></li> <li><code>K8SJobLabel</code></li> <li><code>K8SNamespaceAnnotation</code></li> <li><code>K8SNamespaceLabel</code></li> <li><code>K8SNodeAnnotation</code></li> <li><code>K8SNodeLabel</code></li> <li><code>K8SPodAnnotation</code></li> <li><code>K8SPodLabel</code></li> <li><code>K8SReplicaSetAnnotation</code></li> <li><code>K8SReplicaSetLabel</code></li> <li><code>K8SStatefulSetAnnotation</code></li> <li><code>K8SStatefulSetLabel</code></li> <li><code>ProcessEnvironmentVariable</code></li> <li><code>RPCConnectRPCRequestMetadata</code></li> <li><code>RPCConnectRPCResponseMetadata</code></li> <li><code>RPCGRPCRequestMetadata</code></li> <li><code>RPCGRPCResponseMetadata</code></li> </ul> </li> <li>Add <code>ErrorType</code> attribute helper function to the <code>go.opentelmetry.io/otel/semconv/v1.34.0</code> package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6962">#6962</a>)</li> <li>Add <code>WithAllowKeyDuplication</code> in <code>go.opentelemetry.io/otel/sdk/log</code> which can be used to disable deduplication for log records. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6968">#6968</a>)</li> <li>Add <code>WithCardinalityLimit</code> option to configure the cardinality limit in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6996">#6996</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7065">#7065</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7081">#7081</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7164">#7164</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7165">#7165</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7179">#7179</a>)</li> <li>Add <code>Clone</code> method to <code>Record</code> in <code>go.opentelemetry.io/otel/log</code> that returns a copy of the record with no shared state. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7001">#7001</a>)</li> <li>Add experimental self-observability span and batch span processor metrics in <code>go.opentelemetry.io/otel/sdk/trace</code>. Check the <code>go.opentelemetry.io/otel/sdk/trace/internal/x</code> package documentation for more information. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7027">#7027</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6393">#6393</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7209">#7209</a>)</li> <li>The <code>go.opentelemetry.io/otel/semconv/v1.36.0</code> package. The package contains semantic conventions from the <code>v1.36.0</code> version of the OpenTelemetry Semantic Conventions. See the <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/semconv/v1.36.0/MIGRATION.md">migration documentation</a> for information on how to upgrade from <code>go.opentelemetry.io/otel/semconv/v1.34.0.</code>(<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7032">#7032</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7041">#7041</a>)</li> <li>Add support for configuring Prometheus name translation using <code>WithTranslationStrategy</code> option in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. The current default translation strategy when UTF-8 mode is enabled is <code>NoUTF8EscapingWithSuffixes</code>, but a future release will change the default strategy to <code>UnderscoreEscapingWithSuffixes</code> for compliance with the specification. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7111">#7111</a>)</li> <li>Add experimental self-observability log metrics in <code>go.opentelemetry.io/otel/sdk/log</code>. Check the <code>go.opentelemetry.io/otel/sdk/log/internal/x</code> package documentation for more information. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7121">#7121</a>)</li> <li>Add experimental self-observability trace exporter metrics in <code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/84e3f3ac8b25204f3a0f77a805437a5e08573b35"><code>84e3f3a</code></a> Release v1.38.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7271">#7271</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/18424a46edbe635f53b87625541abe341ea24467"><code>18424a4</code></a> Add tests for attribute JSON marshalling (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7268">#7268</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/979875946326aee5bd59601796ee2c90b63a3316"><code>9798759</code></a> Statically define trace observability attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7263">#7263</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/be1e57fb3651b1a0d16f91a413aa40c47078881d"><code>be1e57f</code></a> Refactor BSP observability setup (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7264">#7264</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/d99c68cb21b2e7abf2405ebf9d17f419daef273e"><code>d99c68c</code></a> chore(deps): update module github.com/mgechev/revive to v1.12.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7269">#7269</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/0724539e71727d03916c5c5996c67c2268ca8774"><code>0724539</code></a> Add benchmark for set equality (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7262">#7262</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/5358fd737d0c0c4adedcf4c76f2d94bb51f4a493"><code>5358fd7</code></a> Upgrade semconv dependencies to v1.37.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7260">#7260</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/25d02741f7640af42083dfb217d26be89f1fe94c"><code>25d0274</code></a> fix(deps): update module github.com/stretchr/testify to v1.11.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7261">#7261</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/d0cab8666b740c975f028236610cab2663f02031"><code>d0cab86</code></a> prometheus: Add support for setting Translation Strategy config option (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7111">#7111</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/3342341f15081be03d23b3e36b9e2c07ffca858a"><code>3342341</code></a> Generate the <code>semconv/v1.37.0</code> packages (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7254">#7254</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.37.0...v1.38.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.37.0 to 1.38.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc's changelog</a>.</em></p> <blockquote> <h2>[1.38.0/0.60.0/0.14.0/0.0.13] 2025-08-29</h2> <p>This release is the last to support [Go 1.23]. The next release will require at least [Go 1.24].</p> <h3>Added</h3> <ul> <li>Add native histogram exemplar support in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6772">#6772</a>)</li> <li>Add template attribute functions to the <code>go.opentelmetry.io/otel/semconv/v1.34.0</code> package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6939">#6939</a>) <ul> <li><code>ContainerLabel</code></li> <li><code>DBOperationParameter</code></li> <li><code>DBSystemParameter</code></li> <li><code>HTTPRequestHeader</code></li> <li><code>HTTPResponseHeader</code></li> <li><code>K8SCronJobAnnotation</code></li> <li><code>K8SCronJobLabel</code></li> <li><code>K8SDaemonSetAnnotation</code></li> <li><code>K8SDaemonSetLabel</code></li> <li><code>K8SDeploymentAnnotation</code></li> <li><code>K8SDeploymentLabel</code></li> <li><code>K8SJobAnnotation</code></li> <li><code>K8SJobLabel</code></li> <li><code>K8SNamespaceAnnotation</code></li> <li><code>K8SNamespaceLabel</code></li> <li><code>K8SNodeAnnotation</code></li> <li><code>K8SNodeLabel</code></li> <li><code>K8SPodAnnotation</code></li> <li><code>K8SPodLabel</code></li> <li><code>K8SReplicaSetAnnotation</code></li> <li><code>K8SReplicaSetLabel</code></li> <li><code>K8SStatefulSetAnnotation</code></li> <li><code>K8SStatefulSetLabel</code></li> <li><code>ProcessEnvironmentVariable</code></li> <li><code>RPCConnectRPCRequestMetadata</code></li> <li><code>RPCConnectRPCResponseMetadata</code></li> <li><code>RPCGRPCRequestMetadata</code></li> <li><code>RPCGRPCResponseMetadata</code></li> </ul> </li> <li>Add <code>ErrorType</code> attribute helper function to the <code>go.opentelmetry.io/otel/semconv/v1.34.0</code> package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6962">#6962</a>)</li> <li>Add <code>WithAllowKeyDuplication</code> in <code>go.opentelemetry.io/otel/sdk/log</code> which can be used to disable deduplication for log records. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6968">#6968</a>)</li> <li>Add <code>WithCardinalityLimit</code> option to configure the cardinality limit in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6996">#6996</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7065">#7065</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7081">#7081</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7164">#7164</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7165">#7165</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7179">#7179</a>)</li> <li>Add <code>Clone</code> method to <code>Record</code> in <code>go.opentelemetry.io/otel/log</code> that returns a copy of the record with no shared state. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7001">#7001</a>)</li> <li>Add experimental self-observability span and batch span processor metrics in <code>go.opentelemetry.io/otel/sdk/trace</code>. Check the <code>go.opentelemetry.io/otel/sdk/trace/internal/x</code> package documentation for more information. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7027">#7027</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6393">#6393</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7209">#7209</a>)</li> <li>The <code>go.opentelemetry.io/otel/semconv/v1.36.0</code> package. The package contains semantic conventions from the <code>v1.36.0</code> version of the OpenTelemetry Semantic Conventions. See the <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/semconv/v1.36.0/MIGRATION.md">migration documentation</a> for information on how to upgrade from <code>go.opentelemetry.io/otel/semconv/v1.34.0.</code>(<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7032">#7032</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7041">#7041</a>)</li> <li>Add support for configuring Prometheus name translation using <code>WithTranslationStrategy</code> option in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. The current default translation strategy when UTF-8 mode is enabled is <code>NoUTF8EscapingWithSuffixes</code>, but a future release will change the default strategy to <code>UnderscoreEscapingWithSuffixes</code> for compliance with the specification. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7111">#7111</a>)</li> <li>Add experimental self-observability log metrics in <code>go.opentelemetry.io/otel/sdk/log</code>. Check the <code>go.opentelemetry.io/otel/sdk/log/internal/x</code> package documentation for more information. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7121">#7121</a>)</li> <li>Add experimental self-observability trace exporter metrics in <code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/84e3f3ac8b25204f3a0f77a805437a5e08573b35"><code>84e3f3a</code></a> Release v1.38.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7271">#7271</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/18424a46edbe635f53b87625541abe341ea24467"><code>18424a4</code></a> Add tests for attribute JSON marshalling (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7268">#7268</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/979875946326aee5bd59601796ee2c90b63a3316"><code>9798759</code></a> Statically define trace observability attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7263">#7263</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/be1e57fb3651b1a0d16f91a413aa40c47078881d"><code>be1e57f</code></a> Refactor BSP observability setup (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7264">#7264</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/d99c68cb21b2e7abf2405ebf9d17f419daef273e"><code>d99c68c</code></a> chore(deps): update module github.com/mgechev/revive to v1.12.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7269">#7269</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/0724539e71727d03916c5c5996c67c2268ca8774"><code>0724539</code></a> Add benchmark for set equality (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7262">#7262</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/5358fd737d0c0c4adedcf4c76f2d94bb51f4a493"><code>5358fd7</code></a> Upgrade semconv dependencies to v1.37.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7260">#7260</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/25d02741f7640af42083dfb217d26be89f1fe94c"><code>25d0274</code></a> fix(deps): update module github.com/stretchr/testify to v1.11.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7261">#7261</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/d0cab8666b740c975f028236610cab2663f02031"><code>d0cab86</code></a> prometheus: Add support for setting Translation Strategy config option (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7111">#7111</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/3342341f15081be03d23b3e36b9e2c07ffca858a"><code>3342341</code></a> Generate the <code>semconv/v1.37.0</code> packages (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7254">#7254</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.37.0...v1.38.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/otel/sdk` from 1.37.0 to 1.38.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/sdk's changelog</a>.</em></p> <blockquote> <h2>[1.38.0/0.60.0/0.14.0/0.0.13] 2025-08-29</h2> <p>This release is the last to support [Go 1.23]. The next release will require at least [Go 1.24].</p> <h3>Added</h3> <ul> <li>Add native histogram exemplar support in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6772">#6772</a>)</li> <li>Add template attribute functions to the <code>go.opentelmetry.io/otel/semconv/v1.34.0</code> package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6939">#6939</a>) <ul> <li><code>ContainerLabel</code></li> <li><code>DBOperationParameter</code></li> <li><code>DBSystemParameter</code></li> <li><code>HTTPRequestHeader</code></li> <li><code>HTTPResponseHeader</code></li> <li><code>K8SCronJobAnnotation</code></li> <li><code>K8SCronJobLabel</code></li> <li><code>K8SDaemonSetAnnotation</code></li> <li><code>K8SDaemonSetLabel</code></li> <li><code>K8SDeploymentAnnotation</code></li> <li><code>K8SDeploymentLabel</code></li> <li><code>K8SJobAnnotation</code></li> <li><code>K8SJobLabel</code></li> <li><code>K8SNamespaceAnnotation</code></li> <li><code>K8SNamespaceLabel</code></li> <li><code>K8SNodeAnnotation</code></li> <li><code>K8SNodeLabel</code></li> <li><code>K8SPodAnnotation</code></li> <li><code>K8SPodLabel</code></li> <li><code>K8SReplicaSetAnnotation</code></li> <li><code>K8SReplicaSetLabel</code></li> <li><code>K8SStatefulSetAnnotation</code></li> <li><code>K8SStatefulSetLabel</code></li> <li><code>ProcessEnvironmentVariable</code></li> <li><code>RPCConnectRPCRequestMetadata</code></li> <li><code>RPCConnectRPCResponseMetadata</code></li> <li><code>RPCGRPCRequestMetadata</code></li> <li><code>RPCGRPCResponseMetadata</code></li> </ul> </li> <li>Add <code>ErrorType</code> attribute helper function to the <code>go.opentelmetry.io/otel/semconv/v1.34.0</code> package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6962">#6962</a>)</li> <li>Add <code>WithAllowKeyDuplication</code> in <code>go.opentelemetry.io/otel/sdk/log</code> which can be used to disable deduplication for log records. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6968">#6968</a>)</li> <li>Add <code>WithCardinalityLimit</code> option to configure the cardinality limit in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6996">#6996</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7065">#7065</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7081">#7081</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7164">#7164</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7165">#7165</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7179">#7179</a>)</li> <li>Add <code>Clone</code> method to <code>Record</code> in <code>go.opentelemetry.io/otel/log</code> that returns a copy of the record with no shared state. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7001">#7001</a>)</li> <li>Add experimental self-observability span and batch span processor metrics in <code>go.opentelemetry.io/otel/sdk/trace</code>. Check the <code>go.opentelemetry.io/otel/sdk/trace/internal/x</code> package documentation for more information. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7027">#7027</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6393">#6393</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7209">#7209</a>)</li> <li>The <code>go.opentelemetry.io/otel/semconv/v1.36.0</code> package. The package contains semantic conventions from the <code>v1.36.0</code> version of the OpenTelemetry Semantic Conventions. See the <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/semconv/v1.36.0/MIGRATION.md">migration documentation</a> for information on how to upgrade from <code>go.opentelemetry.io/otel/semconv/v1.34.0.</code>(<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7032">#7032</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7041">#7041</a>)</li> <li>Add support for configuring Prometheus name translation using <code>WithTranslationStrategy</code> option in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. The current default translation strategy when UTF-8 mode is enabled is <code>NoUTF8EscapingWithSuffixes</code>, but a future release will change the default strategy to <code>UnderscoreEscapingWithSuffixes</code> for compliance with the specification. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7111">#7111</a>)</li> <li>Add experimental self-observability log metrics in <code>go.opentelemetry.io/otel/sdk/log</code>. Check the <code>go.opentelemetry.io/otel/sdk/log/internal/x</code> package documentation for more information. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7121">#7121</a>)</li> <li>Add experimental self-observability trace exporter metrics in <code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/84e3f3ac8b25204f3a0f77a805437a5e08573b35"><code>84e3f3a</code></a> Release v1.38.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7271">#7271</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/18424a46edbe635f53b87625541abe341ea24467"><code>18424a4</code></a> Add tests for attribute JSON marshalling (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7268">#7268</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/979875946326aee5bd59601796ee2c90b63a3316"><code>9798759</code></a> Statically define trace observability attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7263">#7263</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/be1e57fb3651b1a0d16f91a413aa40c47078881d"><code>be1e57f</code></a> Refactor BSP observability setup (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7264">#7264</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/d99c68cb21b2e7abf2405ebf9d17f419daef273e"><code>d99c68c</code></a> chore(deps): update module github.com/mgechev/revive to v1.12.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7269">#7269</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/0724539e71727d03916c5c5996c67c2268ca8774"><code>0724539</code></a> Add benchmark for set equality (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7262">#7262</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/5358fd737d0c0c4adedcf4c76f2d94bb51f4a493"><code>5358fd7</code></a> Upgrade semconv dependencies to v1.37.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7260">#7260</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/25d02741f7640af42083dfb217d26be89f1fe94c"><code>25d0274</code></a> fix(deps): update module github.com/stretchr/testify to v1.11.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7261">#7261</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/d0cab8666b740c975f028236610cab2663f02031"><code>d0cab86</code></a> prometheus: Add support for setting Translation Strategy config option (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7111">#7111</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/3342341f15081be03d23b3e36b9e2c07ffca858a"><code>3342341</code></a> Generate the <code>semconv/v1.37.0</code> packages (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7254">#7254</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.37.0...v1.38.0">compare view</a></li> </ul> </details> <br /> Updates `go.opentelemetry.io/otel/trace` from 1.37.0 to 1.38.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/trace's changelog</a>.</em></p> <blockquote> <h2>[1.38.0/0.60.0/0.14.0/0.0.13] 2025-08-29</h2> <p>This release is the last to support [Go 1.23]. The next release will require at least [Go 1.24].</p> <h3>Added</h3> <ul> <li>Add native histogram exemplar support in <code>go.opentelemetry.io/otel/exporters/prometheus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6772">#6772</a>)</li> <li>Add template attribute functions to the <code>go.opentelmetry.io/otel/semconv/v1.34.0</code> package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6939">#6939</a>) <ul> <li><code>ContainerLabel</code></li> <li><code>DBOperationParameter</code></li> <li><code>DBSystemParameter</code></li> <li><code>HTTPRequestHeader</code></li> <li><code>HTTPResponseHeader</code></li> <li><code>K8SCronJobAnnotation</code></li> <li><code>K8SCronJobLabel</code></li> <li><code>K8SDaemonSetAnnotation</code></li> <li><code>K8SDaemonSetLabel</code></li> <li><code>K8SDeploymentAnnotation</code></li> <li><code>K8SDeploymentLabel</code></li> <li><code>K8SJobAnnotation</code></li> <li><code>K8SJobLabel</code></li> <li><code>K8SNamespaceAnnotation</code></li> <li><code>K8SNamespaceLabel</code></li> <li><code>K8SNodeAnnotation</code></li> <li><code>K…
1 parent b0386e8 commit 58f3569

File tree

4 files changed

+133
-145
lines changed

4 files changed

+133
-145
lines changed

LICENSE-THIRD-PARTY

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
github.com/beorn7/perks/quantile,v1.0.1,https://github.com/beorn7/perks/blob/v1.0.1/LICENSE,MIT
33
github.com/blang/semver,v3.5.1,https://github.com/blang/semver/blob/v3.5.1/LICENSE,MIT
44
github.com/cenkalti/backoff/v4,v4.3.0,https://github.com/cenkalti/backoff/blob/v4.3.0/LICENSE,MIT
5-
github.com/cenkalti/backoff/v5,v5.0.2,https://github.com/cenkalti/backoff/blob/v5.0.2/LICENSE,MIT
5+
github.com/cenkalti/backoff/v5,v5.0.3,https://github.com/cenkalti/backoff/blob/v5.0.3/LICENSE,MIT
66
github.com/cespare/xxhash/v2,v2.3.0,https://github.com/cespare/xxhash/blob/v2.3.0/LICENSE.txt,MIT
77
github.com/davecgh/go-spew/spew,v1.1.2-0.20180830191138-d8f796af33cc,https://github.com/davecgh/go-spew/blob/d8f796af33cc/LICENSE,ISC
88
github.com/emicklei/go-restful/v3,v3.11.0,https://github.com/emicklei/go-restful/blob/v3.11.0/LICENSE,MIT
99
github.com/evanphx/json-patch/v5,v5.9.0,https://github.com/evanphx/json-patch/blob/v5.9.0/v5/LICENSE,BSD-3-Clause
1010
github.com/fsnotify/fsnotify,v1.7.0,https://github.com/fsnotify/fsnotify/blob/v1.7.0/LICENSE,BSD-3-Clause
1111
github.com/fxamacker/cbor/v2,v2.7.0,https://github.com/fxamacker/cbor/blob/v2.7.0/LICENSE,MIT
1212
github.com/ghodss/yaml,v1.0.0,https://github.com/ghodss/yaml/blob/v1.0.0/LICENSE,MIT
13-
github.com/go-jose/go-jose/v4,v4.0.5,https://github.com/go-jose/go-jose/blob/v4.0.5/LICENSE,Apache-2.0
14-
github.com/go-jose/go-jose/v4/json,v4.0.5,https://github.com/go-jose/go-jose/blob/v4.0.5/json/LICENSE,BSD-3-Clause
13+
github.com/go-jose/go-jose/v4,v4.1.1,https://github.com/go-jose/go-jose/blob/v4.1.1/LICENSE,Apache-2.0
14+
github.com/go-jose/go-jose/v4/json,v4.1.1,https://github.com/go-jose/go-jose/blob/v4.1.1/json/LICENSE,BSD-3-Clause
1515
github.com/go-logr/logr,v1.4.3,https://github.com/go-logr/logr/blob/v1.4.3/LICENSE,Apache-2.0
1616
github.com/go-logr/stdr,v1.2.2,https://github.com/go-logr/stdr/blob/v1.2.2/LICENSE,Apache-2.0
1717
github.com/go-logr/zapr,v1.3.0,https://github.com/go-logr/zapr/blob/v1.3.0/LICENSE,Apache-2.0
@@ -26,17 +26,17 @@ github.com/google/go-cmp/cmp,v0.7.0,https://github.com/google/go-cmp/blob/v0.7.0
2626
github.com/google/go-querystring/query,v1.1.0,https://github.com/google/go-querystring/blob/v1.1.0/LICENSE,BSD-3-Clause
2727
github.com/google/gofuzz,v1.2.0,https://github.com/google/gofuzz/blob/v1.2.0/LICENSE,Apache-2.0
2828
github.com/google/uuid,v1.6.0,https://github.com/google/uuid/blob/v1.6.0/LICENSE,BSD-3-Clause
29-
github.com/grpc-ecosystem/grpc-gateway/v2,v2.27.1,https://github.com/grpc-ecosystem/grpc-gateway/blob/v2.27.1/LICENSE,BSD-3-Clause
29+
github.com/grpc-ecosystem/grpc-gateway/v2,v2.27.2,https://github.com/grpc-ecosystem/grpc-gateway/blob/v2.27.2/LICENSE,BSD-3-Clause
3030
github.com/hashicorp/errwrap,v1.1.0,https://github.com/hashicorp/errwrap/blob/v1.1.0/LICENSE,MPL-2.0
3131
github.com/hashicorp/go-cleanhttp,v0.5.2,https://github.com/hashicorp/go-cleanhttp/blob/v0.5.2/LICENSE,MPL-2.0
3232
github.com/hashicorp/go-multierror,v1.1.1,https://github.com/hashicorp/go-multierror/blob/v1.1.1/LICENSE,MPL-2.0
3333
github.com/hashicorp/go-retryablehttp,v0.7.8,https://github.com/hashicorp/go-retryablehttp/blob/v0.7.8/LICENSE,MPL-2.0
3434
github.com/hashicorp/go-rootcerts,v1.0.2,https://github.com/hashicorp/go-rootcerts/blob/v1.0.2/LICENSE,MPL-2.0
35-
github.com/hashicorp/go-secure-stdlib/parseutil,v0.1.6,https://github.com/hashicorp/go-secure-stdlib/blob/parseutil/v0.1.6/parseutil/LICENSE,MPL-2.0
35+
github.com/hashicorp/go-secure-stdlib/parseutil,v0.2.0,https://github.com/hashicorp/go-secure-stdlib/blob/parseutil/v0.2.0/parseutil/LICENSE,MPL-2.0
3636
github.com/hashicorp/go-secure-stdlib/strutil,v0.1.2,https://github.com/hashicorp/go-secure-stdlib/blob/strutil/v0.1.2/strutil/LICENSE,MPL-2.0
37-
github.com/hashicorp/go-sockaddr,v1.0.2,https://github.com/hashicorp/go-sockaddr/blob/v1.0.2/LICENSE,MPL-2.0
37+
github.com/hashicorp/go-sockaddr,v1.0.7,https://github.com/hashicorp/go-sockaddr/blob/v1.0.7/LICENSE,MPL-2.0
3838
github.com/hashicorp/hcl,v1.0.1-vault-7,https://github.com/hashicorp/hcl/blob/v1.0.1-vault-7/LICENSE,MPL-2.0
39-
github.com/hashicorp/vault/api,v1.20.0,https://github.com/hashicorp/vault/blob/api/v1.20.0/api/LICENSE,MPL-2.0
39+
github.com/hashicorp/vault/api,v1.21.0,https://github.com/hashicorp/vault/blob/api/v1.21.0/api/LICENSE,MPL-2.0
4040
github.com/imdario/mergo,v0.3.15,https://github.com/imdario/mergo/blob/v0.3.15/LICENSE,BSD-3-Clause
4141
github.com/josharian/intern,v1.0.0,https://github.com/josharian/intern/blob/v1.0.0/license.md,MIT
4242
github.com/json-iterator/go,v1.1.12,https://github.com/json-iterator/go/blob/v1.1.12/LICENSE,MIT
@@ -47,37 +47,37 @@ github.com/modern-go/reflect2,v1.0.2,https://github.com/modern-go/reflect2/blob/
4747
github.com/munnerz/goautoneg,v0.0.0-20191010083416-a7dc8b61c822,https://github.com/munnerz/goautoneg/blob/a7dc8b61c822/LICENSE,BSD-3-Clause
4848
github.com/pkg/errors,v0.9.1,https://github.com/pkg/errors/blob/v0.9.1/LICENSE,BSD-2-Clause
4949
github.com/pmezard/go-difflib/difflib,v1.0.1-0.20181226105442-5d4384ee4fb2,https://github.com/pmezard/go-difflib/blob/5d4384ee4fb2/LICENSE,BSD-3-Clause
50-
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil,v1.23.0,https://github.com/prometheus/client_golang/blob/v1.23.0/internal/github.com/golang/gddo/LICENSE,BSD-3-Clause
51-
github.com/prometheus/client_golang/prometheus,v1.23.0,https://github.com/prometheus/client_golang/blob/v1.23.0/LICENSE,Apache-2.0
50+
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil,v1.23.2,https://github.com/prometheus/client_golang/blob/v1.23.2/internal/github.com/golang/gddo/LICENSE,BSD-3-Clause
51+
github.com/prometheus/client_golang/prometheus,v1.23.2,https://github.com/prometheus/client_golang/blob/v1.23.2/LICENSE,Apache-2.0
5252
github.com/prometheus/client_model/go,v0.6.2,https://github.com/prometheus/client_model/blob/v0.6.2/LICENSE,Apache-2.0
53-
github.com/prometheus/common,v0.65.0,https://github.com/prometheus/common/blob/v0.65.0/LICENSE,Apache-2.0
53+
github.com/prometheus/common,v0.66.1,https://github.com/prometheus/common/blob/v0.66.1/LICENSE,Apache-2.0
5454
github.com/prometheus/procfs,v0.16.1,https://github.com/prometheus/procfs/blob/v0.16.1/LICENSE,Apache-2.0
5555
github.com/r3labs/diff/v3,v3.0.2,https://github.com/r3labs/diff/blob/v3.0.2/LICENSE,MPL-2.0
5656
github.com/ryanuber/go-glob,v1.0.0,https://github.com/ryanuber/go-glob/blob/v1.0.0/LICENSE,MIT
57-
github.com/spf13/cast,v1.9.2,https://github.com/spf13/cast/blob/v1.9.2/LICENSE,MIT
58-
github.com/spf13/pflag,v1.0.6,https://github.com/spf13/pflag/blob/v1.0.6/LICENSE,BSD-3-Clause
57+
github.com/spf13/cast,v1.10.0,https://github.com/spf13/cast/blob/v1.10.0/LICENSE,MIT
58+
github.com/spf13/pflag,v1.0.9,https://github.com/spf13/pflag/blob/v1.0.9/LICENSE,BSD-3-Clause
5959
github.com/stretchr/objx,v0.5.2,https://github.com/stretchr/objx/blob/v0.5.2/LICENSE,MIT
60-
github.com/stretchr/testify/assert,v1.10.0,https://github.com/stretchr/testify/blob/v1.10.0/LICENSE,MIT
60+
github.com/stretchr/testify/assert,v1.11.1,https://github.com/stretchr/testify/blob/v1.11.1/LICENSE,MIT
6161
github.com/vmihailenco/msgpack/v5,v5.4.1,https://github.com/vmihailenco/msgpack/blob/v5.4.1/LICENSE,BSD-2-Clause
6262
github.com/vmihailenco/tagparser/v2,v2.0.0,https://github.com/vmihailenco/tagparser/blob/v2.0.0/LICENSE,BSD-2-Clause
6363
github.com/x448/float16,v0.8.4,https://github.com/x448/float16/blob/v0.8.4/LICENSE,MIT
6464
github.com/xdg/stringprep,v1.0.3,https://github.com/xdg/stringprep/blob/v1.0.3/LICENSE,Apache-2.0
6565
go.opentelemetry.io/auto/sdk,v1.1.0,https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/sdk/v1.1.0/sdk/LICENSE,Apache-2.0
66-
go.opentelemetry.io/otel,v1.37.0,https://github.com/open-telemetry/opentelemetry-go/blob/v1.37.0/LICENSE,Apache-2.0
67-
go.opentelemetry.io/otel/exporters/otlp/otlptrace,v1.37.0,https://github.com/open-telemetry/opentelemetry-go/blob/exporters/otlp/otlptrace/v1.37.0/exporters/otlp/otlptrace/LICENSE,Apache-2.0
68-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,v1.37.0,https://github.com/open-telemetry/opentelemetry-go/blob/exporters/otlp/otlptrace/otlptracegrpc/v1.37.0/exporters/otlp/otlptrace/otlptracegrpc/LICENSE,Apache-2.0
69-
go.opentelemetry.io/otel/metric,v1.37.0,https://github.com/open-telemetry/opentelemetry-go/blob/metric/v1.37.0/metric/LICENSE,Apache-2.0
70-
go.opentelemetry.io/otel/sdk,v1.37.0,https://github.com/open-telemetry/opentelemetry-go/blob/sdk/v1.37.0/sdk/LICENSE,Apache-2.0
71-
go.opentelemetry.io/otel/trace,v1.37.0,https://github.com/open-telemetry/opentelemetry-go/blob/trace/v1.37.0/trace/LICENSE,Apache-2.0
72-
go.opentelemetry.io/proto/otlp,v1.7.0,https://github.com/open-telemetry/opentelemetry-proto-go/blob/otlp/v1.7.0/otlp/LICENSE,Apache-2.0
66+
go.opentelemetry.io/otel,v1.38.0,https://github.com/open-telemetry/opentelemetry-go/blob/v1.38.0/LICENSE,Apache-2.0
67+
go.opentelemetry.io/otel/exporters/otlp/otlptrace,v1.38.0,https://github.com/open-telemetry/opentelemetry-go/blob/exporters/otlp/otlptrace/v1.38.0/exporters/otlp/otlptrace/LICENSE,Apache-2.0
68+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,v1.38.0,https://github.com/open-telemetry/opentelemetry-go/blob/exporters/otlp/otlptrace/otlptracegrpc/v1.38.0/exporters/otlp/otlptrace/otlptracegrpc/LICENSE,Apache-2.0
69+
go.opentelemetry.io/otel/metric,v1.38.0,https://github.com/open-telemetry/opentelemetry-go/blob/metric/v1.38.0/metric/LICENSE,Apache-2.0
70+
go.opentelemetry.io/otel/sdk,v1.38.0,https://github.com/open-telemetry/opentelemetry-go/blob/sdk/v1.38.0/sdk/LICENSE,Apache-2.0
71+
go.opentelemetry.io/otel/trace,v1.38.0,https://github.com/open-telemetry/opentelemetry-go/blob/trace/v1.38.0/trace/LICENSE,Apache-2.0
72+
go.opentelemetry.io/proto/otlp,v1.7.1,https://github.com/open-telemetry/opentelemetry-proto-go/blob/otlp/v1.7.1/otlp/LICENSE,Apache-2.0
7373
go.uber.org/multierr,v1.11.0,https://github.com/uber-go/multierr/blob/v1.11.0/LICENSE.txt,MIT
7474
go.uber.org/zap,v1.27.0,https://github.com/uber-go/zap/blob/v1.27.0/LICENSE,MIT
7575
go.yaml.in/yaml/v2,v2.4.2,https://github.com/yaml/go-yaml/blob/v2.4.2/LICENSE,Apache-2.0
7676
gomodules.xyz/jsonpatch/v2,v2.4.0,https://github.com/gomodules/jsonpatch/blob/v2.4.0/v2/LICENSE,Apache-2.0
77-
google.golang.org/genproto/googleapis/api/httpbody,v0.0.0-20250603155806-513f23925822,https://github.com/googleapis/go-genproto/blob/513f23925822/googleapis/api/LICENSE,Apache-2.0
78-
google.golang.org/genproto/googleapis/rpc,v0.0.0-20250603155806-513f23925822,https://github.com/googleapis/go-genproto/blob/513f23925822/googleapis/rpc/LICENSE,Apache-2.0
79-
google.golang.org/grpc,v1.73.0,https://github.com/grpc/grpc-go/blob/v1.73.0/LICENSE,Apache-2.0
80-
google.golang.org/protobuf,v1.36.6,https://github.com/protocolbuffers/protobuf-go/blob/v1.36.6/LICENSE,BSD-3-Clause
77+
google.golang.org/genproto/googleapis/api/httpbody,v0.0.0-20250825161204-c5933d9347a5,https://github.com/googleapis/go-genproto/blob/c5933d9347a5/googleapis/api/LICENSE,Apache-2.0
78+
google.golang.org/genproto/googleapis/rpc,v0.0.0-20250825161204-c5933d9347a5,https://github.com/googleapis/go-genproto/blob/c5933d9347a5/googleapis/rpc/LICENSE,Apache-2.0
79+
google.golang.org/grpc,v1.75.0,https://github.com/grpc/grpc-go/blob/v1.75.0/LICENSE,Apache-2.0
80+
google.golang.org/protobuf,v1.36.8,https://github.com/protocolbuffers/protobuf-go/blob/v1.36.8/LICENSE,BSD-3-Clause
8181
gopkg.in/inf.v0,v0.9.1,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause
8282
gopkg.in/natefinch/lumberjack.v2,v2.2.1,https://github.com/natefinch/lumberjack/blob/v2.2.1/LICENSE,MIT
8383
gopkg.in/yaml.v2,v2.4.0,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0

cmd/kubectl-mongodb/LICENSE-THIRD-PARTY

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ github.com/mailru/easyjson,v0.7.7,https://github.com/mailru/easyjson/blob/v0.7.7
2020
github.com/modern-go/concurrent,v0.0.0-20180306012644-bacd9c7ef1dd,https://github.com/modern-go/concurrent/blob/bacd9c7ef1dd/LICENSE,Apache-2.0
2121
github.com/modern-go/reflect2,v1.0.2,https://github.com/modern-go/reflect2/blob/v1.0.2/LICENSE,Apache-2.0
2222
github.com/munnerz/goautoneg,v0.0.0-20191010083416-a7dc8b61c822,https://github.com/munnerz/goautoneg/blob/a7dc8b61c822/LICENSE,BSD-3-Clause
23-
github.com/spf13/cobra,v1.9.1,https://github.com/spf13/cobra/blob/v1.9.1/LICENSE.txt,Apache-2.0
24-
github.com/spf13/pflag,v1.0.6,https://github.com/spf13/pflag/blob/v1.0.6/LICENSE,BSD-3-Clause
23+
github.com/spf13/cobra,v1.10.1,https://github.com/spf13/cobra/blob/v1.10.1/LICENSE.txt,Apache-2.0
24+
github.com/spf13/pflag,v1.0.9,https://github.com/spf13/pflag/blob/v1.0.9/LICENSE,BSD-3-Clause
2525
github.com/x448/float16,v0.8.4,https://github.com/x448/float16/blob/v0.8.4/LICENSE,MIT
2626
go.yaml.in/yaml/v2,v2.4.2,https://github.com/yaml/go-yaml/blob/v2.4.2/LICENSE,Apache-2.0
27-
google.golang.org/protobuf,v1.36.6,https://github.com/protocolbuffers/protobuf-go/blob/v1.36.6/LICENSE,BSD-3-Clause
27+
google.golang.org/protobuf,v1.36.8,https://github.com/protocolbuffers/protobuf-go/blob/v1.36.8/LICENSE,BSD-3-Clause
2828
gopkg.in/inf.v0,v0.9.1,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause
2929
gopkg.in/yaml.v2,v2.4.0,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0
3030
gopkg.in/yaml.v3,v3.0.1,https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE,MIT

go.mod

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ require (
1111
github.com/google/uuid v1.6.0
1212
github.com/hashicorp/go-multierror v1.1.1
1313
github.com/hashicorp/go-retryablehttp v0.7.8
14-
github.com/hashicorp/vault/api v1.20.0
14+
github.com/hashicorp/vault/api v1.21.0
1515
github.com/imdario/mergo v0.3.15
1616
github.com/pkg/errors v0.9.1
17-
github.com/prometheus/client_golang v1.23.0
17+
github.com/prometheus/client_golang v1.23.2
1818
github.com/r3labs/diff/v3 v3.0.2
19-
github.com/spf13/cast v1.9.2
20-
github.com/spf13/cobra v1.9.1
19+
github.com/spf13/cast v1.10.0
20+
github.com/spf13/cobra v1.10.1
2121
github.com/stretchr/objx v0.5.2
22-
github.com/stretchr/testify v1.10.0
22+
github.com/stretchr/testify v1.11.1
2323
github.com/xdg/stringprep v1.0.3
2424
github.com/yudai/gojsondiff v1.0.0
2525
go.mongodb.org/atlas v0.38.0
2626
go.mongodb.org/mongo-driver v1.17.4
27-
go.opentelemetry.io/otel v1.37.0
28-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0
29-
go.opentelemetry.io/otel/sdk v1.37.0
30-
go.opentelemetry.io/otel/trace v1.37.0
27+
go.opentelemetry.io/otel v1.38.0
28+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
29+
go.opentelemetry.io/otel/sdk v1.38.0
30+
go.opentelemetry.io/otel/trace v1.38.0
3131
go.uber.org/zap v1.27.0
32-
golang.org/x/crypto v0.41.0
32+
golang.org/x/crypto v0.42.0
3333
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
3434
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
3535
gopkg.in/natefinch/lumberjack.v2 v2.2.1
@@ -44,20 +44,20 @@ require (
4444
)
4545

4646
// force pin, until we update the direct dependencies
47-
require google.golang.org/protobuf v1.36.6 // indirect
47+
require google.golang.org/protobuf v1.36.8 // indirect
4848

4949
require (
5050
github.com/beorn7/perks v1.0.1 // indirect
5151
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
52-
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
52+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
5353
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5454
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5555
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
5656
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
5757
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
5858
github.com/fsnotify/fsnotify v1.7.0 // indirect
5959
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
60-
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
60+
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
6161
github.com/go-logr/stdr v1.2.2 // indirect
6262
github.com/go-openapi/jsonpointer v0.19.6 // indirect
6363
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -70,13 +70,13 @@ require (
7070
github.com/google/go-querystring v1.1.0 // indirect
7171
github.com/google/gofuzz v1.2.0 // indirect
7272
github.com/gorilla/websocket v1.5.0 // indirect
73-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
73+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
7474
github.com/hashicorp/errwrap v1.1.0 // indirect
7575
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
7676
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
77-
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
77+
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect
7878
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
79-
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
79+
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
8080
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
8181
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8282
github.com/josharian/intern v1.0.0 // indirect
@@ -94,11 +94,11 @@ require (
9494
github.com/onsi/ginkgo v1.16.5 // indirect
9595
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9696
github.com/prometheus/client_model v0.6.2 // indirect
97-
github.com/prometheus/common v0.65.0 // indirect
97+
github.com/prometheus/common v0.66.1 // indirect
9898
github.com/prometheus/procfs v0.16.1 // indirect
9999
github.com/ryanuber/go-glob v1.0.0 // indirect
100100
github.com/sergi/go-diff v1.3.1 // indirect
101-
github.com/spf13/pflag v1.0.6 // indirect
101+
github.com/spf13/pflag v1.0.9 // indirect
102102
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
103103
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
104104
github.com/x448/float16 v0.8.4 // indirect
@@ -109,25 +109,25 @@ require (
109109
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
110110
github.com/yudai/pp v2.0.1+incompatible // indirect
111111
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
112-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
113-
go.opentelemetry.io/otel/metric v1.37.0 // indirect
114-
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
112+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
113+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
114+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
115115
go.uber.org/multierr v1.11.0 // indirect
116116
go.yaml.in/yaml/v2 v2.4.2 // indirect
117-
golang.org/x/mod v0.26.0 // indirect
118-
golang.org/x/net v0.42.0 // indirect
117+
golang.org/x/mod v0.27.0 // indirect
118+
golang.org/x/net v0.43.0 // indirect
119119
golang.org/x/oauth2 v0.30.0 // indirect
120-
golang.org/x/sync v0.16.0 // indirect
121-
golang.org/x/sys v0.35.0 // indirect
122-
golang.org/x/term v0.34.0 // indirect
123-
golang.org/x/text v0.28.0 // indirect
124-
golang.org/x/time v0.3.0 // indirect
125-
golang.org/x/tools v0.35.0 // indirect
120+
golang.org/x/sync v0.17.0 // indirect
121+
golang.org/x/sys v0.36.0 // indirect
122+
golang.org/x/term v0.35.0 // indirect
123+
golang.org/x/text v0.29.0 // indirect
124+
golang.org/x/time v0.12.0 // indirect
125+
golang.org/x/tools v0.36.0 // indirect
126126
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
127127
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
128-
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
129-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
130-
google.golang.org/grpc v1.73.0 // indirect
128+
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
129+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
130+
google.golang.org/grpc v1.75.0 // indirect
131131
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
132132
gopkg.in/inf.v0 v0.9.1 // indirect
133133
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)