Skip to content

Commit

Permalink
Bump the dependencies group in /examples/gcp with 4 updates (#585)
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /examples/gcp with 4 updates:
[github.com/nil-go/konf](https://github.com/nil-go/konf),
[github.com/nil-go/konf/notifier/pubsub](https://github.com/nil-go/konf),
[github.com/nil-go/konf/provider/gcs](https://github.com/nil-go/konf)
and
[github.com/nil-go/konf/provider/secretmanager](https://github.com/nil-go/konf).

Updates `github.com/nil-go/konf` from 1.3.1 to 1.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nil-go/konf/releases">github.com/nil-go/konf's
releases</a>.</em></p>
<blockquote>
<h2>v1.4.0</h2>
<h3>Changed</h3>
<ul>
<li>Config.Load now is concurrent-safe (<a
href="https://redirect.github.com/nil-go/konf/issues/567">#567</a>).</li>
<li>Removes the chronological order between Config.Load and
Config.Watch,
so they can be called in different goroutines (<a
href="https://redirect.github.com/nil-go/konf/issues/569">#569</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Copy the value from slice to avoid the original value being modified
(<a
href="https://redirect.github.com/nil-go/konf/issues/572">#572</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nil-go/konf/blob/main/CHANGELOG.md">github.com/nil-go/konf's
changelog</a>.</em></p>
<blockquote>
<h2>[1.4.0] - 2024-11-25</h2>
<h3>Changed</h3>
<ul>
<li>Config.Load now is concurrent-safe (<a
href="https://redirect.github.com/nil-go/konf/issues/567">#567</a>).</li>
<li>Removes the chronological order between Config.Load and
Config.Watch,
so they can be called in different goroutines (<a
href="https://redirect.github.com/nil-go/konf/issues/569">#569</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Copy the value from slice to avoid the original value being modified
(<a
href="https://redirect.github.com/nil-go/konf/issues/572">#572</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nil-go/konf/commit/10523fdd25b2d1ba552fd55257c8e7380da0c0e4"><code>10523fd</code></a>
release 1.4.0 (<a
href="https://redirect.github.com/nil-go/konf/issues/580">#580</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/e912128528ec7d2b0b150a53f71ec388bcdb40c6"><code>e912128</code></a>
Bump the dependencies group in /notifier/sns with 5 updates (<a
href="https://redirect.github.com/nil-go/konf/issues/579">#579</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/36e995c1418f6227c066e7a06c2fe45684d8bfe2"><code>36e995c</code></a>
Bump google.golang.org/api from 0.206.0 to 0.209.0 in /provider/gcs in
the de...</li>
<li><a
href="https://github.com/nil-go/konf/commit/ac5ce4cb0b4aaed16cdfab699df2012f33c09b31"><code>ac5ce4c</code></a>
Bump the dependencies group in /provider/s3 with 3 updates (<a
href="https://redirect.github.com/nil-go/konf/issues/577">#577</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/f6d2c697cdc48a8d322020d484cac16fd40328c8"><code>f6d2c69</code></a>
Bump the dependencies group in /provider/parameterstore with 3 updates
(<a
href="https://redirect.github.com/nil-go/konf/issues/576">#576</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/47ca9d99eb3a94f3fe77c2a5b6d740e7e274aa15"><code>47ca9d9</code></a>
Bump the dependencies group in /provider/appconfig with 4 updates (<a
href="https://redirect.github.com/nil-go/konf/issues/573">#573</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/1f54b692d2dc9cb93420696f48d17ce55fb13c8c"><code>1f54b69</code></a>
Copy the value from slice to avoid the original value being modified (<a
href="https://redirect.github.com/nil-go/konf/issues/572">#572</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/411ab817465e0153f4de909a817d48c2e3c8181c"><code>411ab81</code></a>
eliminate potential double watching on a loader (<a
href="https://redirect.github.com/nil-go/konf/issues/571">#571</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/37bc6a3da9dbe0a7869577f9efe0fbdf98b86dd0"><code>37bc6a3</code></a>
add comments for the choice of concurrent prime (<a
href="https://redirect.github.com/nil-go/konf/issues/570">#570</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/31f0b867cfbf293dea23acc62e73db343c44fa17"><code>31f0b86</code></a>
Support load after watch (<a
href="https://redirect.github.com/nil-go/konf/issues/569">#569</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nil-go/konf/compare/v1.3.1...v1.4.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/nil-go/konf/notifier/pubsub` from 1.3.1 to 1.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nil-go/konf/releases">github.com/nil-go/konf/notifier/pubsub's
releases</a>.</em></p>
<blockquote>
<h2>v1.4.0</h2>
<h3>Changed</h3>
<ul>
<li>Config.Load now is concurrent-safe (<a
href="https://redirect.github.com/nil-go/konf/issues/567">#567</a>).</li>
<li>Removes the chronological order between Config.Load and
Config.Watch,
so they can be called in different goroutines (<a
href="https://redirect.github.com/nil-go/konf/issues/569">#569</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Copy the value from slice to avoid the original value being modified
(<a
href="https://redirect.github.com/nil-go/konf/issues/572">#572</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nil-go/konf/blob/main/CHANGELOG.md">github.com/nil-go/konf/notifier/pubsub's
changelog</a>.</em></p>
<blockquote>
<h2>[1.4.0] - 2024-11-25</h2>
<h3>Changed</h3>
<ul>
<li>Config.Load now is concurrent-safe (<a
href="https://redirect.github.com/nil-go/konf/issues/567">#567</a>).</li>
<li>Removes the chronological order between Config.Load and
Config.Watch,
so they can be called in different goroutines (<a
href="https://redirect.github.com/nil-go/konf/issues/569">#569</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Copy the value from slice to avoid the original value being modified
(<a
href="https://redirect.github.com/nil-go/konf/issues/572">#572</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nil-go/konf/commit/10523fdd25b2d1ba552fd55257c8e7380da0c0e4"><code>10523fd</code></a>
release 1.4.0 (<a
href="https://redirect.github.com/nil-go/konf/issues/580">#580</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/e912128528ec7d2b0b150a53f71ec388bcdb40c6"><code>e912128</code></a>
Bump the dependencies group in /notifier/sns with 5 updates (<a
href="https://redirect.github.com/nil-go/konf/issues/579">#579</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/36e995c1418f6227c066e7a06c2fe45684d8bfe2"><code>36e995c</code></a>
Bump google.golang.org/api from 0.206.0 to 0.209.0 in /provider/gcs in
the de...</li>
<li><a
href="https://github.com/nil-go/konf/commit/ac5ce4cb0b4aaed16cdfab699df2012f33c09b31"><code>ac5ce4c</code></a>
Bump the dependencies group in /provider/s3 with 3 updates (<a
href="https://redirect.github.com/nil-go/konf/issues/577">#577</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/f6d2c697cdc48a8d322020d484cac16fd40328c8"><code>f6d2c69</code></a>
Bump the dependencies group in /provider/parameterstore with 3 updates
(<a
href="https://redirect.github.com/nil-go/konf/issues/576">#576</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/47ca9d99eb3a94f3fe77c2a5b6d740e7e274aa15"><code>47ca9d9</code></a>
Bump the dependencies group in /provider/appconfig with 4 updates (<a
href="https://redirect.github.com/nil-go/konf/issues/573">#573</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/1f54b692d2dc9cb93420696f48d17ce55fb13c8c"><code>1f54b69</code></a>
Copy the value from slice to avoid the original value being modified (<a
href="https://redirect.github.com/nil-go/konf/issues/572">#572</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/411ab817465e0153f4de909a817d48c2e3c8181c"><code>411ab81</code></a>
eliminate potential double watching on a loader (<a
href="https://redirect.github.com/nil-go/konf/issues/571">#571</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/37bc6a3da9dbe0a7869577f9efe0fbdf98b86dd0"><code>37bc6a3</code></a>
add comments for the choice of concurrent prime (<a
href="https://redirect.github.com/nil-go/konf/issues/570">#570</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/31f0b867cfbf293dea23acc62e73db343c44fa17"><code>31f0b86</code></a>
Support load after watch (<a
href="https://redirect.github.com/nil-go/konf/issues/569">#569</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nil-go/konf/compare/v1.3.1...v1.4.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/nil-go/konf/provider/gcs` from 1.3.1 to 1.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nil-go/konf/releases">github.com/nil-go/konf/provider/gcs's
releases</a>.</em></p>
<blockquote>
<h2>v1.4.0</h2>
<h3>Changed</h3>
<ul>
<li>Config.Load now is concurrent-safe (<a
href="https://redirect.github.com/nil-go/konf/issues/567">#567</a>).</li>
<li>Removes the chronological order between Config.Load and
Config.Watch,
so they can be called in different goroutines (<a
href="https://redirect.github.com/nil-go/konf/issues/569">#569</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Copy the value from slice to avoid the original value being modified
(<a
href="https://redirect.github.com/nil-go/konf/issues/572">#572</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nil-go/konf/blob/main/CHANGELOG.md">github.com/nil-go/konf/provider/gcs's
changelog</a>.</em></p>
<blockquote>
<h2>[1.4.0] - 2024-11-25</h2>
<h3>Changed</h3>
<ul>
<li>Config.Load now is concurrent-safe (<a
href="https://redirect.github.com/nil-go/konf/issues/567">#567</a>).</li>
<li>Removes the chronological order between Config.Load and
Config.Watch,
so they can be called in different goroutines (<a
href="https://redirect.github.com/nil-go/konf/issues/569">#569</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Copy the value from slice to avoid the original value being modified
(<a
href="https://redirect.github.com/nil-go/konf/issues/572">#572</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nil-go/konf/commit/10523fdd25b2d1ba552fd55257c8e7380da0c0e4"><code>10523fd</code></a>
release 1.4.0 (<a
href="https://redirect.github.com/nil-go/konf/issues/580">#580</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/e912128528ec7d2b0b150a53f71ec388bcdb40c6"><code>e912128</code></a>
Bump the dependencies group in /notifier/sns with 5 updates (<a
href="https://redirect.github.com/nil-go/konf/issues/579">#579</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/36e995c1418f6227c066e7a06c2fe45684d8bfe2"><code>36e995c</code></a>
Bump google.golang.org/api from 0.206.0 to 0.209.0 in /provider/gcs in
the de...</li>
<li><a
href="https://github.com/nil-go/konf/commit/ac5ce4cb0b4aaed16cdfab699df2012f33c09b31"><code>ac5ce4c</code></a>
Bump the dependencies group in /provider/s3 with 3 updates (<a
href="https://redirect.github.com/nil-go/konf/issues/577">#577</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/f6d2c697cdc48a8d322020d484cac16fd40328c8"><code>f6d2c69</code></a>
Bump the dependencies group in /provider/parameterstore with 3 updates
(<a
href="https://redirect.github.com/nil-go/konf/issues/576">#576</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/47ca9d99eb3a94f3fe77c2a5b6d740e7e274aa15"><code>47ca9d9</code></a>
Bump the dependencies group in /provider/appconfig with 4 updates (<a
href="https://redirect.github.com/nil-go/konf/issues/573">#573</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/1f54b692d2dc9cb93420696f48d17ce55fb13c8c"><code>1f54b69</code></a>
Copy the value from slice to avoid the original value being modified (<a
href="https://redirect.github.com/nil-go/konf/issues/572">#572</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/411ab817465e0153f4de909a817d48c2e3c8181c"><code>411ab81</code></a>
eliminate potential double watching on a loader (<a
href="https://redirect.github.com/nil-go/konf/issues/571">#571</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/37bc6a3da9dbe0a7869577f9efe0fbdf98b86dd0"><code>37bc6a3</code></a>
add comments for the choice of concurrent prime (<a
href="https://redirect.github.com/nil-go/konf/issues/570">#570</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/31f0b867cfbf293dea23acc62e73db343c44fa17"><code>31f0b86</code></a>
Support load after watch (<a
href="https://redirect.github.com/nil-go/konf/issues/569">#569</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nil-go/konf/compare/v1.3.1...v1.4.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/nil-go/konf/provider/secretmanager` from 1.3.1 to
1.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nil-go/konf/releases">github.com/nil-go/konf/provider/secretmanager's
releases</a>.</em></p>
<blockquote>
<h2>v1.4.0</h2>
<h3>Changed</h3>
<ul>
<li>Config.Load now is concurrent-safe (<a
href="https://redirect.github.com/nil-go/konf/issues/567">#567</a>).</li>
<li>Removes the chronological order between Config.Load and
Config.Watch,
so they can be called in different goroutines (<a
href="https://redirect.github.com/nil-go/konf/issues/569">#569</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Copy the value from slice to avoid the original value being modified
(<a
href="https://redirect.github.com/nil-go/konf/issues/572">#572</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nil-go/konf/blob/main/CHANGELOG.md">github.com/nil-go/konf/provider/secretmanager's
changelog</a>.</em></p>
<blockquote>
<h2>[1.4.0] - 2024-11-25</h2>
<h3>Changed</h3>
<ul>
<li>Config.Load now is concurrent-safe (<a
href="https://redirect.github.com/nil-go/konf/issues/567">#567</a>).</li>
<li>Removes the chronological order between Config.Load and
Config.Watch,
so they can be called in different goroutines (<a
href="https://redirect.github.com/nil-go/konf/issues/569">#569</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Copy the value from slice to avoid the original value being modified
(<a
href="https://redirect.github.com/nil-go/konf/issues/572">#572</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nil-go/konf/commit/10523fdd25b2d1ba552fd55257c8e7380da0c0e4"><code>10523fd</code></a>
release 1.4.0 (<a
href="https://redirect.github.com/nil-go/konf/issues/580">#580</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/e912128528ec7d2b0b150a53f71ec388bcdb40c6"><code>e912128</code></a>
Bump the dependencies group in /notifier/sns with 5 updates (<a
href="https://redirect.github.com/nil-go/konf/issues/579">#579</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/36e995c1418f6227c066e7a06c2fe45684d8bfe2"><code>36e995c</code></a>
Bump google.golang.org/api from 0.206.0 to 0.209.0 in /provider/gcs in
the de...</li>
<li><a
href="https://github.com/nil-go/konf/commit/ac5ce4cb0b4aaed16cdfab699df2012f33c09b31"><code>ac5ce4c</code></a>
Bump the dependencies group in /provider/s3 with 3 updates (<a
href="https://redirect.github.com/nil-go/konf/issues/577">#577</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/f6d2c697cdc48a8d322020d484cac16fd40328c8"><code>f6d2c69</code></a>
Bump the dependencies group in /provider/parameterstore with 3 updates
(<a
href="https://redirect.github.com/nil-go/konf/issues/576">#576</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/47ca9d99eb3a94f3fe77c2a5b6d740e7e274aa15"><code>47ca9d9</code></a>
Bump the dependencies group in /provider/appconfig with 4 updates (<a
href="https://redirect.github.com/nil-go/konf/issues/573">#573</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/1f54b692d2dc9cb93420696f48d17ce55fb13c8c"><code>1f54b69</code></a>
Copy the value from slice to avoid the original value being modified (<a
href="https://redirect.github.com/nil-go/konf/issues/572">#572</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/411ab817465e0153f4de909a817d48c2e3c8181c"><code>411ab81</code></a>
eliminate potential double watching on a loader (<a
href="https://redirect.github.com/nil-go/konf/issues/571">#571</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/37bc6a3da9dbe0a7869577f9efe0fbdf98b86dd0"><code>37bc6a3</code></a>
add comments for the choice of concurrent prime (<a
href="https://redirect.github.com/nil-go/konf/issues/570">#570</a>)</li>
<li><a
href="https://github.com/nil-go/konf/commit/31f0b867cfbf293dea23acc62e73db343c44fa17"><code>31f0b86</code></a>
Support load after watch (<a
href="https://redirect.github.com/nil-go/konf/issues/569">#569</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nil-go/konf/compare/v1.3.1...v1.4.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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 703289a commit 7d9fd35
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 92 deletions.
69 changes: 42 additions & 27 deletions examples/gcp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,62 @@ module github.com/nil-go/konf/examples/gcp
go 1.22

require (
github.com/nil-go/konf v1.3.1
github.com/nil-go/konf/notifier/pubsub v1.3.1
github.com/nil-go/konf/provider/gcs v1.3.1
github.com/nil-go/konf/provider/secretmanager v1.3.1
github.com/nil-go/konf v1.4.0
github.com/nil-go/konf/notifier/pubsub v1.4.0
github.com/nil-go/konf/provider/gcs v1.4.0
github.com/nil-go/konf/provider/secretmanager v1.4.0
gopkg.in/yaml.v3 v3.0.1
)

require (
cloud.google.com/go v0.115.1 // indirect
cloud.google.com/go/auth v0.9.3 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/iam v1.2.0 // indirect
cloud.google.com/go/pubsub v1.42.0 // indirect
cloud.google.com/go/secretmanager v1.14.0 // indirect
cloud.google.com/go/storage v1.43.0 // indirect
cel.dev/expr v0.16.1 // indirect
cloud.google.com/go v0.116.0 // indirect
cloud.google.com/go/auth v0.10.2 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
cloud.google.com/go/compute/metadata v0.5.2 // indirect
cloud.google.com/go/iam v1.2.2 // indirect
cloud.google.com/go/monitoring v1.21.2 // indirect
cloud.google.com/go/pubsub v1.45.1 // indirect
cloud.google.com/go/secretmanager v1.14.2 // indirect
cloud.google.com/go/storage v1.47.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/s2a-go v0.1.8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
go.opentelemetry.io/otel v1.29.0 // indirect
go.opentelemetry.io/otel/metric v1.29.0 // indirect
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
go.opentelemetry.io/otel/trace v1.29.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/time v0.6.0 // indirect
google.golang.org/api v0.196.0 // indirect
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/grpc v1.66.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/time v0.8.0 // indirect
google.golang.org/api v0.209.0 // indirect
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f // indirect
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
google.golang.org/protobuf v1.35.2 // indirect
)
Loading

0 comments on commit 7d9fd35

Please sign in to comment.