Skip to content

Commit

Permalink
chore(deps): Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/…
Browse files Browse the repository at this point in the history
…otlpmetrichttp from 0.40.0 to 0.41.0 (#2713)

Bumps
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://github.com/open-telemetry/opentelemetry-go)
from 0.40.0 to 0.41.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go/releases">go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.19.0-rc.1/v0.42.0-rc.1</h2>
<p>This is a release candidate for the v1.19.0/v0.42.0 release. That
release is expected to include the <code>v1</code> release of the
OpenTelemetry Go metric SDK and will provide stability guarantees of
that SDK. See our <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/a87d8fd2e8236cdf6e2907c2751e8e7354bf8035/VERSIONING.md">versioning
policy</a> for more information about these stability guarantees.</p>
<h3>Changed</h3>
<ul>
<li>Allow '/' characters in metric instrument names. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4501">#4501</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>In <code>go.opentelemetry.op/otel/exporters/prometheus</code>, don't
try to create the Prometheus metric on every <code>Collect</code> if we
know the scope is invalid. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4499">#4499</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/aabmass"><code>@​aabmass</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/pull/4501">open-telemetry/opentelemetry-go#4501</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.18.0...v1.19.0-rc.1">https://github.com/open-telemetry/opentelemetry-go/compare/v1.18.0...v1.19.0-rc.1</a></p>
<h2>Release v1.18.0/v0.41.0/v0.0.6</h2>
<p>This release drops the compatibility guarantee of <a
href="https://go.dev/doc/go1.19">Go 1.19</a>.</p>
<h3>Added</h3>
<ul>
<li>Add <code>WithProducer</code> option in
<code>go.opentelemetry.op/otel/exporters/prometheus</code> to restore
the ability to register producers on the prometheus exporter's manual
reader. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4473">#4473</a>)</li>
<li>Add <code>IgnoreValue</code> option in
<code>go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest</code>
to allow ignoring values when comparing metrics. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4447">#4447</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>NewMetricExporter</code> in
<code>go.opentelemetry.io/otel/bridge/opencensus</code> was deprecated
in <code>v0.35.0</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/3541">#3541</a>).
The deprecation notice format for the function has been corrected to
trigger Go documentation and build tooling. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4470">#4470</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Removed the deprecated
<code>go.opentelemetry.io/otel/exporters/jaeger</code> package. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4467">#4467</a>)</li>
<li>Removed the deprecated
<code>go.opentelemetry.io/otel/example/jaeger</code> package. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4467">#4467</a>)</li>
<li>Removed the deprecated
<code>go.opentelemetry.io/otel/sdk/metric/aggregation</code> package.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4468">#4468</a>)</li>
<li>Removed the deprecated internal packages in
<code>go.opentelemetry.io/otel/exporters/otlp</code> and its
sub-packages. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4469">#4469</a>)</li>
<li>Dropped guaranteed support for versions of Go less than 1.20. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4481">#4481</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/pkbhowmick"><code>@​pkbhowmick</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/pull/4462">open-telemetry/opentelemetry-go#4462</a></li>
<li><a
href="https://github.com/RangelReale"><code>@​RangelReale</code></a>
made their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/pull/4447">open-telemetry/opentelemetry-go#4447</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.17.0...v1.18.0">https://github.com/open-telemetry/opentelemetry-go/compare/v1.17.0...v1.18.0</a></p>
<h2>Release v1.17.0/v0.40.0/v0.5.0</h2>
<h3>Added</h3>
<ul>
<li>Export the <code>ManualReader</code> struct in
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4244">#4244</a>)</li>
<li>Export the <code>PeriodicReader</code> struct in
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4244">#4244</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<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/otlpmetric/otlpmetrichttp's
changelog</a>.</em></p>
<blockquote>
<h2>[1.18.0/0.41.0/0.0.6] 2023-09-12</h2>
<p>This release drops the compatibility guarantee of [Go 1.19].</p>
<h3>Added</h3>
<ul>
<li>Add <code>WithProducer</code> option in
<code>go.opentelemetry.op/otel/exporters/prometheus</code> to restore
the ability to register producers on the prometheus exporter's manual
reader. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4473">#4473</a>)</li>
<li>Add <code>IgnoreValue</code> option in
<code>go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest</code>
to allow ignoring values when comparing metrics. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4447">#4447</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use a <code>TestingT</code> interface instead of
<code>*testing.T</code> struct in
<code>go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4483">#4483</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>NewMetricExporter</code> in
<code>go.opentelemetry.io/otel/bridge/opencensus</code> was deprecated
in <code>v0.35.0</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/3541">#3541</a>).
The deprecation notice format for the function has been corrected to
trigger Go documentation and build tooling. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4470">#4470</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Removed the deprecated
<code>go.opentelemetry.io/otel/exporters/jaeger</code> package. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4467">#4467</a>)</li>
<li>Removed the deprecated
<code>go.opentelemetry.io/otel/example/jaeger</code> package. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4467">#4467</a>)</li>
<li>Removed the deprecated
<code>go.opentelemetry.io/otel/sdk/metric/aggregation</code> package.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4468">#4468</a>)</li>
<li>Removed the deprecated internal packages in
<code>go.opentelemetry.io/otel/exporters/otlp</code> and its
sub-packages. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4469">#4469</a>)</li>
<li>Dropped guaranteed support for versions of Go less than 1.20. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4481">#4481</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/4242228103c19cabc435a75b02d7aea82aa8bf36"><code>4242228</code></a>
Release v1.18.0/v0.41.0/v0.0.6 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4489">#4489</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/ac4fca2260ae51e7318a2680e8e57771340e958a"><code>ac4fca2</code></a>
Use a TB interface in metricdatatest (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4483">#4483</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/77d62375754ce036868cbdf1d4eae4a6faf1f0e4"><code>77d6237</code></a>
Bump actions/checkout from 3 to 4 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4490">#4490</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/8ef73395ea22daf7627e7fd75223f1a298697fd9"><code>8ef7339</code></a>
dependabot updates Sun Sep 10 14:30:56 UTC 2023 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4498">#4498</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e44ea5cc7fa82cbbc839e69829e7660b6e0c7536"><code>e44ea5c</code></a>
Revert &quot;Collector example: add metrics and use official port (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4466">#4466</a>)&quot;
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4487">#4487</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/9737995cdbf1cd30234352ec1298f5a68169a0e6"><code>9737995</code></a>
Drop support for Go 1.19 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4481">#4481</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6eedabf874a8fffbccbeeea1410d6d0d12784e72"><code>6eedabf</code></a>
Collector example: add metrics and use official port (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4466">#4466</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/76c370f1b128a0dab2d456f0fc26b59c4595fb36"><code>76c370f</code></a>
Document public metric SDK interfaces to remain stable (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4396">#4396</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/01d64c3e7757df743d6d85de681b750029da3bf2"><code>01d64c3</code></a>
Update go versions used in workflows (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4480">#4480</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/fc70923e533295d9c0124b1ed6ed23c0e1151fc6"><code>fc70923</code></a>
Ignore value option for metricdatatest (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4447">#4447</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/sdk/metric/v0.40.0...sdk/metric/v0.41.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp&package-manager=go_modules&previous-version=0.40.0&new-version=0.41.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vlad <[email protected]>
  • Loading branch information
dependabot[bot] and walldiss authored Sep 18, 2023
1 parent dd15372 commit 3196746
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,22 @@ require (
github.com/stretchr/testify v1.8.4
github.com/tendermint/tendermint v0.34.28
go.opentelemetry.io/contrib/instrumentation/runtime v0.43.0
go.opentelemetry.io/otel v1.17.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.40.0
go.opentelemetry.io/otel v1.18.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.41.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.17.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.17.0
go.opentelemetry.io/otel/metric v1.17.0
go.opentelemetry.io/otel/sdk v1.17.0
go.opentelemetry.io/otel/sdk/metric v0.40.0
go.opentelemetry.io/otel/trace v1.17.0
go.opentelemetry.io/otel/metric v1.18.0
go.opentelemetry.io/otel/sdk v1.18.0
go.opentelemetry.io/otel/sdk/metric v0.41.0
go.opentelemetry.io/otel/trace v1.18.0
go.opentelemetry.io/proto/otlp v1.0.0
go.uber.org/fx v1.20.0
go.uber.org/zap v1.25.0
golang.org/x/crypto v0.13.0
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
golang.org/x/sync v0.3.0
golang.org/x/text v0.13.0
google.golang.org/grpc v1.57.0
google.golang.org/grpc v1.58.0
google.golang.org/protobuf v1.31.0
)

Expand Down Expand Up @@ -306,14 +306,14 @@ require (
github.com/zondax/ledger-go v0.14.1 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.40.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.41.0 // indirect
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.15.1 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/dig v1.17.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
Expand Down
36 changes: 18 additions & 18 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2380,33 +2380,33 @@ go.opentelemetry.io/otel v0.20.0/go.mod h1:Y3ugLH2oa81t5QO+Lty+zXf8zC9L26ax4Nzox
go.opentelemetry.io/otel v1.4.1/go.mod h1:StM6F/0fSwpd8dKWDCdRr7uRvEPYdW0hBSlbdTiUde4=
go.opentelemetry.io/otel v1.7.0/go.mod h1:5BdUoMIz5WEs0vt0CUEMtSSaTSHBBVwrhnz7+nrD5xk=
go.opentelemetry.io/otel v1.13.0/go.mod h1:FH3RtdZCzRkJYFTCsAKDy9l/XYjMdNv6QrkFFB8DvVg=
go.opentelemetry.io/otel v1.17.0 h1:MW+phZ6WZ5/uk2nd93ANk/6yJ+dVrvNWUjGhnnFU5jM=
go.opentelemetry.io/otel v1.17.0/go.mod h1:I2vmBGtFaODIVMBSTPVDlJSzBDNf93k60E6Ft0nyjo0=
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.40.0 h1:MZbjiZeMmn5wFMORhozpouGKDxj9POHTuU5UA8msBQk=
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.40.0/go.mod h1:C7tOYVCJmrDTCwxNny0MuUtnDIR3032vFHYke0F2ZrU=
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.40.0 h1:SZaSbubADNhH2Gxm+1GaZ/cFsGiYefZoodMMX79AOd4=
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.40.0/go.mod h1:N65FzQDfQH7NY7umgb0U+7ypGKVYKwwE24L6KXT4OA8=
go.opentelemetry.io/otel v1.18.0 h1:TgVozPGZ01nHyDZxK5WGPFB9QexeTMXEH7+tIClWfzs=
go.opentelemetry.io/otel v1.18.0/go.mod h1:9lWqYO0Db579XzVuCKFNPDl4s73Voa+zEck3wHaAYQI=
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.41.0 h1:k0k7hFNDd8K4iOMJXj7s8sHaC4mhTlAeppRmZXLgZ6k=
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.41.0/go.mod h1:hG4Fj/y8TR/tlEDREo8tWstl9fO9gcFkn4xrx0Io8xU=
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.41.0 h1:iV3BOgW4fry1Riw9dwypigqlIYWXvSRVT2RJmblzo40=
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.41.0/go.mod h1:7PGzqlKrxIRmbj5tlNW0nTkYZ5fHXDgk6Fy8/KjR0CI=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.17.0 h1:U5GYackKpVKlPrd/5gKMlrTlP2dCESAAFU682VCpieY=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.17.0/go.mod h1:aFsJfCEnLzEu9vRRAcUiB/cpRTbVsNdF3OHSPpdjxZQ=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.17.0 h1:kvWMtSUNVylLVrOE4WLUmBtgziYoCIYUNSpTYtMzVJI=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.17.0/go.mod h1:SExUrRYIXhDgEKG4tkiQovd2HTaELiHUsuK08s5Nqx4=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.15.1 h1:2PunuO5SbkN5MhCbuHCd3tC6qrcaj+uDAkX/qBU5BAs=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.15.1/go.mod h1:q8+Tha+5LThjeSU8BW93uUC5w5/+DnYHMKBMpRCsui0=
go.opentelemetry.io/otel/metric v0.20.0/go.mod h1:598I5tYlH1vzBjn+BTuhzTCSb/9debfNp6R3s7Pr1eU=
go.opentelemetry.io/otel/metric v1.17.0 h1:iG6LGVz5Gh+IuO0jmgvpTB6YVrCGngi8QGm+pMd8Pdc=
go.opentelemetry.io/otel/metric v1.17.0/go.mod h1:h4skoxdZI17AxwITdmdZjjYJQH5nzijUUjm+wtPph5o=
go.opentelemetry.io/otel/metric v1.18.0 h1:JwVzw94UYmbx3ej++CwLUQZxEODDj/pOuTCvzhtRrSQ=
go.opentelemetry.io/otel/metric v1.18.0/go.mod h1:nNSpsVDjWGfb7chbRLUNW+PBNdcSTHD4Uu5pfFMOI0k=
go.opentelemetry.io/otel/oteltest v0.20.0/go.mod h1:L7bgKf9ZB7qCwT9Up7i9/pn0PWIa9FqQ2IQ8LoxiGnw=
go.opentelemetry.io/otel/sdk v0.20.0/go.mod h1:g/IcepuwNsoiX5Byy2nNV0ySUF1em498m7hBWC279Yc=
go.opentelemetry.io/otel/sdk v1.17.0 h1:FLN2X66Ke/k5Sg3V623Q7h7nt3cHXaW1FOvKKrW0IpE=
go.opentelemetry.io/otel/sdk v1.17.0/go.mod h1:U87sE0f5vQB7hwUoW98pW5Rz4ZDuCFBZFNUBlSgmDFQ=
go.opentelemetry.io/otel/sdk/metric v0.40.0 h1:qOM29YaGcxipWjL5FzpyZDpCYrDREvX0mVlmXdOjCHU=
go.opentelemetry.io/otel/sdk/metric v0.40.0/go.mod h1:dWxHtdzdJvg+ciJUKLTKwrMe5P6Dv3FyDbh8UkfgkVs=
go.opentelemetry.io/otel/sdk v1.18.0 h1:e3bAB0wB3MljH38sHzpV/qWrOTCFrdZF2ct9F8rBkcY=
go.opentelemetry.io/otel/sdk v1.18.0/go.mod h1:1RCygWV7plY2KmdskZEDDBs4tJeHG92MdHZIluiYs/M=
go.opentelemetry.io/otel/sdk/metric v0.41.0 h1:c3sAt9/pQ5fSIUfl0gPtClV3HhE18DCVzByD33R/zsk=
go.opentelemetry.io/otel/sdk/metric v0.41.0/go.mod h1:PmOmSt+iOklKtIg5O4Vz9H/ttcRFSNTgii+E1KGyn1w=
go.opentelemetry.io/otel/trace v0.20.0/go.mod h1:6GjCW8zgDjwGHGa6GkyeB8+/5vjT16gUEi0Nf1iBdgw=
go.opentelemetry.io/otel/trace v1.4.1/go.mod h1:iYEVbroFCNut9QkwEczV9vMRPHNKSSwYZjulEtsmhFc=
go.opentelemetry.io/otel/trace v1.7.0/go.mod h1:fzLSB9nqR2eXzxPXb2JW9IKE+ScyXA48yyE4TNvoHqU=
go.opentelemetry.io/otel/trace v1.13.0/go.mod h1:muCvmmO9KKpvuXSf3KKAXXB2ygNYHQ+ZfI5X08d3tds=
go.opentelemetry.io/otel/trace v1.17.0 h1:/SWhSRHmDPOImIAetP1QAeMnZYiQXrTy4fMMYOdSKWQ=
go.opentelemetry.io/otel/trace v1.17.0/go.mod h1:I/4vKTgFclIsXRVucpH25X0mpFSczM7aHeaz0ZBLWjY=
go.opentelemetry.io/otel/trace v1.18.0 h1:NY+czwbHbmndxojTEKiSMHkG2ClNH2PwmcHrdo0JY10=
go.opentelemetry.io/otel/trace v1.18.0/go.mod h1:T2+SGJGuYZY3bjj5rgh/hN7KIrlpWC5nS8Mjvzckz+0=
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
go.opentelemetry.io/proto/otlp v1.0.0 h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I=
go.opentelemetry.io/proto/otlp v1.0.0/go.mod h1:Sy6pihPLfYHkr3NkUbEhGHFhINUSI/v80hjKIs5JXpM=
Expand Down Expand Up @@ -2687,8 +2687,8 @@ golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094/go.mod h1:h4gKUeWbJ4rQPri
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg=
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg=
golang.org/x/oauth2 v0.1.0/go.mod h1:G9FE4dLTsbXUu90h/Pf85g4w1D+SSAgR+q46nJZ8M4A=
golang.org/x/oauth2 v0.8.0 h1:6dkIjl3j3LtZ/O3sTgZTMsLKSftL/B8Zgq4huOIIUu8=
golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE=
golang.org/x/oauth2 v0.10.0 h1:zHCpF2Khkwy4mMB4bv0U37YtJdTGW8jI0glAApi0Kh8=
golang.org/x/oauth2 v0.10.0/go.mod h1:kTpgurOux7LqtuxjuyZa4Gj2gdezIt/jQtGnNFfypQI=
golang.org/x/perf v0.0.0-20180704124530-6e6d33e29852/go.mod h1:JLpeXjPJfIyPr5TlbXLkXWLhP8nz10XfvxElABhCtcw=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down Expand Up @@ -3209,8 +3209,8 @@ google.golang.org/grpc v1.48.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACu
google.golang.org/grpc v1.49.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI=
google.golang.org/grpc v1.50.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI=
google.golang.org/grpc v1.50.1/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI=
google.golang.org/grpc v1.57.0 h1:kfzNeI/klCGD2YPMUlaGNT3pxvYfga7smW3Vth8Zsiw=
google.golang.org/grpc v1.57.0/go.mod h1:Sd+9RMTACXwmub0zcNY2c4arhtrbBYD1AUHI/dt16Mo=
google.golang.org/grpc v1.58.0 h1:32JY8YpPMSR45K+c3o6b8VL73V+rR8k+DeMIr4vRH8o=
google.golang.org/grpc v1.58.0/go.mod h1:tgX3ZQDlNJGU96V6yHh1T/JeoBQ2TXdr43YbYSsCJk0=
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
Expand Down

0 comments on commit 3196746

Please sign in to comment.