Skip to content

Commit

Permalink
Bump the all group across 1 directory with 7 updates (#475)
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates in the / directory:
[go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go),
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go),
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go)
and [golang.org/x/tools](https://github.com/golang/tools).

Updates `go.opentelemetry.io/otel` from 1.31.0 to 1.32.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.32.0/0.54.0/0.8.0/0.0.11] 2024-11-08</h2>
<h3>Added</h3>
<ul>
<li>Add
<code>go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter</code>,
which can be used to disable exemplar recording. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850">#5850</a>)</li>
<li>Add
<code>go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter</code>,
which can be used to configure the exemplar filter used by the metrics
SDK. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850">#5850</a>)</li>
<li>Add <code>ExemplarReservoirProviderSelector</code> and
<code>DefaultExemplarReservoirProviderSelector</code> to
<code>go.opentelemetry.io/otel/sdk/metric</code>, which defines the
exemplar reservoir to use based on the aggregation of the metric. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>Add <code>ExemplarReservoirProviderSelector</code> to
<code>go.opentelemetry.io/otel/sdk/metric.Stream</code> to allow using
views to configure the exemplar reservoir to use for a metric. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>Add <code>ReservoirProvider</code>,
<code>HistogramReservoirProvider</code> and
<code>FixedSizeReservoirProvider</code> to
<code>go.opentelemetry.io/otel/sdk/metric/exemplar</code> to make it
convenient to use providers of Reservoirs. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>The <code>go.opentelemetry.io/otel/semconv/v1.27.0</code> package.
The package contains semantic conventions from the <code>v1.27.0</code>
version of the OpenTelemetry Semantic Conventions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5894">#5894</a>)</li>
<li>Add <code>Attributes attribute.Set</code> field to
<code>Scope</code> in
<code>go.opentelemetry.io/otel/sdk/instrumentation</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5903">#5903</a>)</li>
<li>Add <code>Attributes attribute.Set</code> field to
<code>ScopeRecords</code> in
<code>go.opentelemetry.io/otel/log/logtest</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5927">#5927</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934">#5934</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934">#5934</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935">#5935</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935">#5935</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933">#5933</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933">#5933</a>)</li>
<li><code>go.opentelemetry.io/otel/exporters/prometheus</code> adds
instrumentation scope attributes in <code>otel_scope_info</code> metric
as labels. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5932">#5932</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Support scope attributes and make them as identifying for
<code>Tracer</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5924">#5924</a>)</li>
<li>Support scope attributes and make them as identifying for
<code>Meter</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5926">#5926</a>)</li>
<li>Support scope attributes and make them as identifying for
<code>Logger</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5925">#5925</a>)</li>
<li>Make schema URL and scope attributes as identifying for
<code>Tracer</code> in
<code>go.opentelemetry.io/otel/bridge/opentracing</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5931">#5931</a>)</li>
<li>Clear unneeded slice elements to allow GC to collect the objects in
<code>go.opentelemetry.io/otel/sdk/metric</code> and
<code>go.opentelemetry.io/otel/sdk/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5804">#5804</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Global MeterProvider registration unwraps global instrument
Observers, the undocumented Unwrap() methods are now private. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5881">#5881</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5892">#5892</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5911">#5911</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5915">#5915</a>)</li>
<li>Fix <code>go.opentelemetry.io/otel/exporters/prometheus</code>
trying to add exemplars to Gauge metrics, which is unsupported. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5912">#5912</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix incorrect metrics generated from callbacks when multiple readers
are used in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5900">#5900</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove all examples under
<code>go.opentelemetry.io/otel/example</code> as they are moved to <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples">Contrib
repository</a>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5930">#5930</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/7cfbd86a605c85e598eca9a899f6176b17076f4f"><code>7cfbd86</code></a>
Release v1.32.0/v0.54.0/v0.8.0/v0.0.11 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5960">#5960</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/2be617e08003601514a5ec573063f749f868e629"><code>2be617e</code></a>
fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to
51a56...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6db18df3e2662c323287e1992e4eef34d63968a3"><code>6db18df</code></a>
fix(deps): update module github.com/opentracing-contrib/go-grpc to
v0.1.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5">#5</a>...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/ef12bf858da5421901185b3a90c343444eadcdd0"><code>ef12bf8</code></a>
chore(deps): update golang.org/x (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5957">#5957</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/85eb76f2fd8ef474b7cbb4e5f8dc307b872cf3c6"><code>85eb76f</code></a>
Allow GC to collect unneeded slice elements (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5804">#5804</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/1492efa719ac935cfbb88a8248ff18667d688b30"><code>1492efa</code></a>
Fix incorrect metrics getting generated from multiple readers (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5900">#5900</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/d2b066346b213ca5cbc8a78ce7667dc9cbcbfc8e"><code>d2b0663</code></a>
fix(deps): update module go.opentelemetry.io/build-tools/multimod to
v0.15.0 ...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/394cbd28909ef7628c525efec15f090533c14f2d"><code>394cbd2</code></a>
chore(deps): update lycheeverse/lychee-action action to v2.1.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5950">#5950</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/37b2537692f1b76c686b3ab651570f57b6f89415"><code>37b2537</code></a>
fix(deps): update github.com/opentracing-contrib/go-grpc digest to
e3cbcab (#...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/7f68356a7def1429099008275e4ce0d3ce7e5067"><code>7f68356</code></a>
fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to
v0.15....</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.31.0...v1.32.0">compare
view</a></li>
</ul>
</details>
<br />

Updates
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from
1.31.0 to 1.32.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.32.0/0.54.0/0.8.0/0.0.11] 2024-11-08</h2>
<h3>Added</h3>
<ul>
<li>Add
<code>go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter</code>,
which can be used to disable exemplar recording. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850">#5850</a>)</li>
<li>Add
<code>go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter</code>,
which can be used to configure the exemplar filter used by the metrics
SDK. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850">#5850</a>)</li>
<li>Add <code>ExemplarReservoirProviderSelector</code> and
<code>DefaultExemplarReservoirProviderSelector</code> to
<code>go.opentelemetry.io/otel/sdk/metric</code>, which defines the
exemplar reservoir to use based on the aggregation of the metric. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>Add <code>ExemplarReservoirProviderSelector</code> to
<code>go.opentelemetry.io/otel/sdk/metric.Stream</code> to allow using
views to configure the exemplar reservoir to use for a metric. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>Add <code>ReservoirProvider</code>,
<code>HistogramReservoirProvider</code> and
<code>FixedSizeReservoirProvider</code> to
<code>go.opentelemetry.io/otel/sdk/metric/exemplar</code> to make it
convenient to use providers of Reservoirs. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>The <code>go.opentelemetry.io/otel/semconv/v1.27.0</code> package.
The package contains semantic conventions from the <code>v1.27.0</code>
version of the OpenTelemetry Semantic Conventions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5894">#5894</a>)</li>
<li>Add <code>Attributes attribute.Set</code> field to
<code>Scope</code> in
<code>go.opentelemetry.io/otel/sdk/instrumentation</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5903">#5903</a>)</li>
<li>Add <code>Attributes attribute.Set</code> field to
<code>ScopeRecords</code> in
<code>go.opentelemetry.io/otel/log/logtest</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5927">#5927</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934">#5934</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934">#5934</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935">#5935</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935">#5935</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933">#5933</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933">#5933</a>)</li>
<li><code>go.opentelemetry.io/otel/exporters/prometheus</code> adds
instrumentation scope attributes in <code>otel_scope_info</code> metric
as labels. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5932">#5932</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Support scope attributes and make them as identifying for
<code>Tracer</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5924">#5924</a>)</li>
<li>Support scope attributes and make them as identifying for
<code>Meter</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5926">#5926</a>)</li>
<li>Support scope attributes and make them as identifying for
<code>Logger</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5925">#5925</a>)</li>
<li>Make schema URL and scope attributes as identifying for
<code>Tracer</code> in
<code>go.opentelemetry.io/otel/bridge/opentracing</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5931">#5931</a>)</li>
<li>Clear unneeded slice elements to allow GC to collect the objects in
<code>go.opentelemetry.io/otel/sdk/metric</code> and
<code>go.opentelemetry.io/otel/sdk/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5804">#5804</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Global MeterProvider registration unwraps global instrument
Observers, the undocumented Unwrap() methods are now private. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5881">#5881</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5892">#5892</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5911">#5911</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5915">#5915</a>)</li>
<li>Fix <code>go.opentelemetry.io/otel/exporters/prometheus</code>
trying to add exemplars to Gauge metrics, which is unsupported. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5912">#5912</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix incorrect metrics generated from callbacks when multiple readers
are used in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5900">#5900</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove all examples under
<code>go.opentelemetry.io/otel/example</code> as they are moved to <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples">Contrib
repository</a>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5930">#5930</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/7cfbd86a605c85e598eca9a899f6176b17076f4f"><code>7cfbd86</code></a>
Release v1.32.0/v0.54.0/v0.8.0/v0.0.11 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5960">#5960</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/2be617e08003601514a5ec573063f749f868e629"><code>2be617e</code></a>
fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to
51a56...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6db18df3e2662c323287e1992e4eef34d63968a3"><code>6db18df</code></a>
fix(deps): update module github.com/opentracing-contrib/go-grpc to
v0.1.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5">#5</a>...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/ef12bf858da5421901185b3a90c343444eadcdd0"><code>ef12bf8</code></a>
chore(deps): update golang.org/x (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5957">#5957</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/85eb76f2fd8ef474b7cbb4e5f8dc307b872cf3c6"><code>85eb76f</code></a>
Allow GC to collect unneeded slice elements (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5804">#5804</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/1492efa719ac935cfbb88a8248ff18667d688b30"><code>1492efa</code></a>
Fix incorrect metrics getting generated from multiple readers (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5900">#5900</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/d2b066346b213ca5cbc8a78ce7667dc9cbcbfc8e"><code>d2b0663</code></a>
fix(deps): update module go.opentelemetry.io/build-tools/multimod to
v0.15.0 ...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/394cbd28909ef7628c525efec15f090533c14f2d"><code>394cbd2</code></a>
chore(deps): update lycheeverse/lychee-action action to v2.1.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5950">#5950</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/37b2537692f1b76c686b3ab651570f57b6f89415"><code>37b2537</code></a>
fix(deps): update github.com/opentracing-contrib/go-grpc digest to
e3cbcab (#...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/7f68356a7def1429099008275e4ce0d3ce7e5067"><code>7f68356</code></a>
fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to
v0.15....</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.31.0...v1.32.0">compare
view</a></li>
</ul>
</details>
<br />

Updates
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from
1.31.0 to 1.32.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/otlptracehttp's
changelog</a>.</em></p>
<blockquote>
<h2>[1.32.0/0.54.0/0.8.0/0.0.11] 2024-11-08</h2>
<h3>Added</h3>
<ul>
<li>Add
<code>go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter</code>,
which can be used to disable exemplar recording. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850">#5850</a>)</li>
<li>Add
<code>go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter</code>,
which can be used to configure the exemplar filter used by the metrics
SDK. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850">#5850</a>)</li>
<li>Add <code>ExemplarReservoirProviderSelector</code> and
<code>DefaultExemplarReservoirProviderSelector</code> to
<code>go.opentelemetry.io/otel/sdk/metric</code>, which defines the
exemplar reservoir to use based on the aggregation of the metric. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>Add <code>ExemplarReservoirProviderSelector</code> to
<code>go.opentelemetry.io/otel/sdk/metric.Stream</code> to allow using
views to configure the exemplar reservoir to use for a metric. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>Add <code>ReservoirProvider</code>,
<code>HistogramReservoirProvider</code> and
<code>FixedSizeReservoirProvider</code> to
<code>go.opentelemetry.io/otel/sdk/metric/exemplar</code> to make it
convenient to use providers of Reservoirs. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>The <code>go.opentelemetry.io/otel/semconv/v1.27.0</code> package.
The package contains semantic conventions from the <code>v1.27.0</code>
version of the OpenTelemetry Semantic Conventions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5894">#5894</a>)</li>
<li>Add <code>Attributes attribute.Set</code> field to
<code>Scope</code> in
<code>go.opentelemetry.io/otel/sdk/instrumentation</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5903">#5903</a>)</li>
<li>Add <code>Attributes attribute.Set</code> field to
<code>ScopeRecords</code> in
<code>go.opentelemetry.io/otel/log/logtest</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5927">#5927</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934">#5934</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934">#5934</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935">#5935</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935">#5935</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933">#5933</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933">#5933</a>)</li>
<li><code>go.opentelemetry.io/otel/exporters/prometheus</code> adds
instrumentation scope attributes in <code>otel_scope_info</code> metric
as labels. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5932">#5932</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Support scope attributes and make them as identifying for
<code>Tracer</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5924">#5924</a>)</li>
<li>Support scope attributes and make them as identifying for
<code>Meter</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5926">#5926</a>)</li>
<li>Support scope attributes and make them as identifying for
<code>Logger</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5925">#5925</a>)</li>
<li>Make schema URL and scope attributes as identifying for
<code>Tracer</code> in
<code>go.opentelemetry.io/otel/bridge/opentracing</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5931">#5931</a>)</li>
<li>Clear unneeded slice elements to allow GC to collect the objects in
<code>go.opentelemetry.io/otel/sdk/metric</code> and
<code>go.opentelemetry.io/otel/sdk/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5804">#5804</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Global MeterProvider registration unwraps global instrument
Observers, the undocumented Unwrap() methods are now private. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5881">#5881</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5892">#5892</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5911">#5911</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5915">#5915</a>)</li>
<li>Fix <code>go.opentelemetry.io/otel/exporters/prometheus</code>
trying to add exemplars to Gauge metrics, which is unsupported. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5912">#5912</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix incorrect metrics generated from callbacks when multiple readers
are used in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5900">#5900</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove all examples under
<code>go.opentelemetry.io/otel/example</code> as they are moved to <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples">Contrib
repository</a>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5930">#5930</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/7cfbd86a605c85e598eca9a899f6176b17076f4f"><code>7cfbd86</code></a>
Release v1.32.0/v0.54.0/v0.8.0/v0.0.11 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5960">#5960</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/2be617e08003601514a5ec573063f749f868e629"><code>2be617e</code></a>
fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to
51a56...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6db18df3e2662c323287e1992e4eef34d63968a3"><code>6db18df</code></a>
fix(deps): update module github.com/opentracing-contrib/go-grpc to
v0.1.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5">#5</a>...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/ef12bf858da5421901185b3a90c343444eadcdd0"><code>ef12bf8</code></a>
chore(deps): update golang.org/x (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5957">#5957</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/85eb76f2fd8ef474b7cbb4e5f8dc307b872cf3c6"><code>85eb76f</code></a>
Allow GC to collect unneeded slice elements (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5804">#5804</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/1492efa719ac935cfbb88a8248ff18667d688b30"><code>1492efa</code></a>
Fix incorrect metrics getting generated from multiple readers (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5900">#5900</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/d2b066346b213ca5cbc8a78ce7667dc9cbcbfc8e"><code>d2b0663</code></a>
fix(deps): update module go.opentelemetry.io/build-tools/multimod to
v0.15.0 ...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/394cbd28909ef7628c525efec15f090533c14f2d"><code>394cbd2</code></a>
chore(deps): update lycheeverse/lychee-action action to v2.1.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5950">#5950</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/37b2537692f1b76c686b3ab651570f57b6f89415"><code>37b2537</code></a>
fix(deps): update github.com/opentracing-contrib/go-grpc digest to
e3cbcab (#...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/7f68356a7def1429099008275e4ce0d3ce7e5067"><code>7f68356</code></a>
fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to
v0.15....</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.31.0...v1.32.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel/sdk` from 1.31.0 to 1.32.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.32.0/0.54.0/0.8.0/0.0.11] 2024-11-08</h2>
<h3>Added</h3>
<ul>
<li>Add
<code>go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter</code>,
which can be used to disable exemplar recording. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850">#5850</a>)</li>
<li>Add
<code>go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter</code>,
which can be used to configure the exemplar filter used by the metrics
SDK. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850">#5850</a>)</li>
<li>Add <code>ExemplarReservoirProviderSelector</code> and
<code>DefaultExemplarReservoirProviderSelector</code> to
<code>go.opentelemetry.io/otel/sdk/metric</code>, which defines the
exemplar reservoir to use based on the aggregation of the metric. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>Add <code>ExemplarReservoirProviderSelector</code> to
<code>go.opentelemetry.io/otel/sdk/metric.Stream</code> to allow using
views to configure the exemplar reservoir to use for a metric. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>Add <code>ReservoirProvider</code>,
<code>HistogramReservoirProvider</code> and
<code>FixedSizeReservoirProvider</code> to
<code>go.opentelemetry.io/otel/sdk/metric/exemplar</code> to make it
convenient to use providers of Reservoirs. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>The <code>go.opentelemetry.io/otel/semconv/v1.27.0</code> package.
The package contains semantic conventions from the <code>v1.27.0</code>
version of the OpenTelemetry Semantic Conventions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5894">#5894</a>)</li>
<li>Add <code>Attributes attribute.Set</code> field to
<code>Scope</code> in
<code>go.opentelemetry.io/otel/sdk/instrumentation</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5903">#5903</a>)</li>
<li>Add <code>Attributes attribute.Set</code> field to
<code>ScopeRecords</code> in
<code>go.opentelemetry.io/otel/log/logtest</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5927">#5927</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934">#5934</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934">#5934</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935">#5935</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935">#5935</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933">#5933</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933">#5933</a>)</li>
<li><code>go.opentelemetry.io/otel/exporters/prometheus</code> adds
instrumentation scope attributes in <code>otel_scope_info</code> metric
as labels. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5932">#5932</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Support scope attributes and make them as identifying for
<code>Tracer</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5924">#5924</a>)</li>
<li>Support scope attributes and make them as identifying for
<code>Meter</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5926">#5926</a>)</li>
<li>Support scope attributes and make them as identifying for
<code>Logger</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5925">#5925</a>)</li>
<li>Make schema URL and scope attributes as identifying for
<code>Tracer</code> in
<code>go.opentelemetry.io/otel/bridge/opentracing</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5931">#5931</a>)</li>
<li>Clear unneeded slice elements to allow GC to collect the objects in
<code>go.opentelemetry.io/otel/sdk/metric</code> and
<code>go.opentelemetry.io/otel/sdk/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5804">#5804</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Global MeterProvider registration unwraps global instrument
Observers, the undocumented Unwrap() methods are now private. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5881">#5881</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5892">#5892</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5911">#5911</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5915">#5915</a>)</li>
<li>Fix <code>go.opentelemetry.io/otel/exporters/prometheus</code>
trying to add exemplars to Gauge metrics, which is unsupported. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5912">#5912</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix incorrect metrics generated from callbacks when multiple readers
are used in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5900">#5900</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove all examples under
<code>go.opentelemetry.io/otel/example</code> as they are moved to <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples">Contrib
repository</a>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5930">#5930</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/7cfbd86a605c85e598eca9a899f6176b17076f4f"><code>7cfbd86</code></a>
Release v1.32.0/v0.54.0/v0.8.0/v0.0.11 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5960">#5960</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/2be617e08003601514a5ec573063f749f868e629"><code>2be617e</code></a>
fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to
51a56...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6db18df3e2662c323287e1992e4eef34d63968a3"><code>6db18df</code></a>
fix(deps): update module github.com/opentracing-contrib/go-grpc to
v0.1.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5">#5</a>...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/ef12bf858da5421901185b3a90c343444eadcdd0"><code>ef12bf8</code></a>
chore(deps): update golang.org/x (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5957">#5957</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/85eb76f2fd8ef474b7cbb4e5f8dc307b872cf3c6"><code>85eb76f</code></a>
Allow GC to collect unneeded slice elements (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5804">#5804</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/1492efa719ac935cfbb88a8248ff18667d688b30"><code>1492efa</code></a>
Fix incorrect metrics getting generated from multiple readers (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5900">#5900</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/d2b066346b213ca5cbc8a78ce7667dc9cbcbfc8e"><code>d2b0663</code></a>
fix(deps): update module go.opentelemetry.io/build-tools/multimod to
v0.15.0 ...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/394cbd28909ef7628c525efec15f090533c14f2d"><code>394cbd2</code></a>
chore(deps): update lycheeverse/lychee-action action to v2.1.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5950">#5950</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/37b2537692f1b76c686b3ab651570f57b6f89415"><code>37b2537</code></a>
fix(deps): update github.com/opentracing-contrib/go-grpc digest to
e3cbcab (#...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/7f68356a7def1429099008275e4ce0d3ce7e5067"><code>7f68356</code></a>
fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to
v0.15....</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.31.0...v1.32.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/otel/trace` from 1.31.0 to 1.32.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.32.0/0.54.0/0.8.0/0.0.11] 2024-11-08</h2>
<h3>Added</h3>
<ul>
<li>Add
<code>go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter</code>,
which can be used to disable exemplar recording. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850">#5850</a>)</li>
<li>Add
<code>go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter</code>,
which can be used to configure the exemplar filter used by the metrics
SDK. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850">#5850</a>)</li>
<li>Add <code>ExemplarReservoirProviderSelector</code> and
<code>DefaultExemplarReservoirProviderSelector</code> to
<code>go.opentelemetry.io/otel/sdk/metric</code>, which defines the
exemplar reservoir to use based on the aggregation of the metric. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>Add <code>ExemplarReservoirProviderSelector</code> to
<code>go.opentelemetry.io/otel/sdk/metric.Stream</code> to allow using
views to configure the exemplar reservoir to use for a metric. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>Add <code>ReservoirProvider</code>,
<code>HistogramReservoirProvider</code> and
<code>FixedSizeReservoirProvider</code> to
<code>go.opentelemetry.io/otel/sdk/metric/exemplar</code> to make it
convenient to use providers of Reservoirs. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861">#5861</a>)</li>
<li>The <code>go.opentelemetry.io/otel/semconv/v1.27.0</code> package.
The package contains semantic conventions from the <code>v1.27.0</code>
version of the OpenTelemetry Semantic Conventions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5894">#5894</a>)</li>
<li>Add <code>Attributes attribute.Set</code> field to
<code>Scope</code> in
<code>go.opentelemetry.io/otel/sdk/instrumentation</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5903">#5903</a>)</li>
<li>Add <code>Attributes attribute.Set</code> field to
<code>ScopeRecords</code> in
<code>go.opentelemetry.io/otel/log/logtest</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5927">#5927</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934">#5934</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934">#5934</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935">#5935</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935">#5935</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933">#5933</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>
adds instrumentation scope attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933">#5933</a>)</li>
<li><code>go.opentelemetry.io/otel/exporters/prometheus</code> adds
instrumentation scope attributes in <code>otel_scope_info</code> metric
as labels. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5932">#5932</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Support scope attributes and make them as identifying for
<code>Tracer</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5924">#5924</a>)</li>
<li>Support scope attributes and make them as identifying for
<code>Meter</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5926">#5926</a>)</li>
<li>Support scope attributes and make them as identifying for
<code>Logger</code> in <code>go.opentelemetry.io/otel</code> and
<code>go.opentelemetry.io/otel/sdk/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5925">#5925</a>)</li>
<li>Make schema URL and scope attributes as identifying for
<code>Tracer</code> in
<code>go.opentelemetry.io/otel/bridge/opentracing</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5931">#5931</a>)</li>
<li>Clear unneeded slice elements to allow GC to collect the objects in
<code>go.opentelemetry.io/otel/sdk/metric</code> and
<code>go.opentelemetry.io/otel/sdk/trace</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5804">#5804</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Global MeterProvider registration unwraps global instrument
Observers, the undocumented Unwrap() methods are now private. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5881">#5881</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5892">#5892</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5911">#5911</a>)</li>

<li><code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>
now keeps the metadata already present in the context when
<code>WithHeaders</code> is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5915">#5915</a>)</li>
<li>Fix <code>go.opentelemetry.io/otel/exporters/prometheus</code>
trying to add exemplars to Gauge metrics, which is unsupported. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5912">#5912</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix <code>WithEndpointURL</code> to always use a secure connection
when an https URL is passed in
<code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944">#5944</a>)</li>
<li>Fix incorrect metrics generated from callbacks when multiple readers
are used in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5900">#5900</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove all examples under
<code>go.opentelemetry.io/otel/example</code> as they are moved to <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples">Contrib
repository</a>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5930">#5930</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/7cfbd86a605c85e598eca9a899f6176b17076f4f"><code>7cfbd86</code></a>
Release v1.32.0/v0.54.0/v0.8.0/v0.0.11 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5960">#5960</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/2be617e08003601514a5ec573063f749f868e629"><code>2be617e</code></a>
fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to
51a56...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/6db18df3e2662c323287e1992e4eef34d63968a3"><code>6db18df</code></a>
fix(deps): update module github.com/opentracing-contrib/go-grpc to
v0.1.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5">#5</a>...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/ef12bf858da5421901185b3a90c343444eadcdd0"><code>ef12bf8</code></a>
chore(deps): update golang.org/x (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5957">#5957</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/85eb76f2fd8ef474b7cbb4e5f8dc307b872cf3c6"><code>85eb76f</code></a>
Allow GC to collect unneeded slice elements (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5804">#5804</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/1492efa719ac935cfbb88a8248ff18667d688b30"><code>1492efa</code></a>
Fix incorrect metrics getting generated from multiple readers (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5900">#5900</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/d2b066346b213ca5cbc8a78ce7667dc9cbcbfc8e"><code>d2b0663</code></a>
fix(deps): update module go.opentelemetry.io/build-tools/multimod to
v0.15.0 ...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/394cbd28909ef7628c525efec15f090533c14f2d"><code>394cbd2</code></a>
chore(deps): update lycheeverse/lychee-action action to v2.1.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5950">#5950</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/37b2537692f1b76c686b3ab651570f57b6f89415"><code>37b2537</code></a>
fix(deps): update github.com/opentracing-contrib/go-grpc digest to
e3cbcab (#...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/7f68356a7def1429099008275e4ce0d3ce7e5067"><code>7f68356</code></a>
fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to
v0.15....</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.31.0...v1.32.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/text` from 0.19.0 to 0.20.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/text/commit/efd25daf282ae4d20d3625f1ccb4452fe40967ae"><code>efd25da</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/text/commit/8a0e65e7b4f02a20d3127cd6960cdf11941d2ad4"><code>8a0e65e</code></a>
README: don't recommend go get</li>
<li><a
href="https://github.com/golang/text/commit/fefda1abda0b8b7ada7be0c47594528770c4c162"><code>fefda1a</code></a>
internal/texttest: remove Run and Bench helpers</li>
<li><a
href="https://github.com/golang/text/commit/a457f47ba270b8aaa55d617b739beaee4233b2a0"><code>a457f47</code></a>
all: normalize subtest names to NFC</li>
<li>See full diff in <a
href="https://github.com/golang/text/compare/v0.19.0...v0.20.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/tools` from 0.26.0 to 0.27.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/tools/commit/4d2b19f26de18fb5fcfe5fa93e63cc44a98f1fcf"><code>4d2b19f</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/tools/commit/636867761e007eb34c5cf070be078f1f52e42052"><code>6368677</code></a>
gopls/internal/golang: strength reduce ComputeImportFixEdits</li>
<li><a
href="https://github.com/golang/tools/commit/777f15531169c97bcdedd3657ca88c4f6a3df154"><code>777f155</code></a>
gopls/internal/golang: show package attributes on hover</li>
<li><a
href="https://github.com/golang/tools/commit/8a0e08fb12a5dfb9ce62a770c69b3890114dafc9"><code>8a0e08f</code></a>
gopls/doc: add missing doc link</li>
<li><a
href="https://github.com/golang/tools/commit/61415bee33fa1d798499691290df4eaf9e438c03"><code>61415be</code></a>
gopls/internal/cache: guard against malformed paths in port.matches</li>
<li><a
href="https://github.com/golang/tools/commit/9a89d3a9850fd26cb9aee85127007257ea7ed951"><code>9a89d3a</code></a>
internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos</li>
<li><a
href="https://github.com/golang/tools/commit/1115af6fe6cfbcc9467f11ea249f1f25f6fb551e"><code>1115af6</code></a>
internal/expect: support named arguments f(a, b, c=d,
e=&quot;f&quot;)</li>
<li><a
href="https://github.com/golang/tools/commit/0b9e4998c4183c8162199d19632f38120a165c1b"><code>0b9e499</code></a>
go/{expect,packages/packagestest}: mention the tag+delete proposal</li>
<li><a
href="https://github.com/golang/tools/commit/efcd2bdbd90a444d84eb8096da49c9c248a43233"><code>efcd2bd</code></a>
internal/packagestest: fork go/packages/packagestest</li>
<li><a
href="https://github.com/golang/tools/commit/0e9ed3dc7ad85c9b9bfc03b5c956ea1334221e48"><code>0e9ed3d</code></a>
go/packages: do not mutate Config</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/tools/compare/v0.26.0...v0.27.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 Nov 13, 2024
1 parent bfc519b commit d686668
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
34 changes: 17 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ require (
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/yalue/merged_fs v1.3.0
go.opentelemetry.io/otel v1.31.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0
go.opentelemetry.io/otel/sdk v1.31.0
go.opentelemetry.io/otel/trace v1.31.0
golang.org/x/text v0.19.0
golang.org/x/tools v0.26.0
go.opentelemetry.io/otel v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0
go.opentelemetry.io/otel/sdk v1.32.0
go.opentelemetry.io/otel/trace v1.32.0
golang.org/x/text v0.20.0
golang.org/x/tools v0.27.0
gomodules.xyz/jsonpatch/v2 v2.4.0
google.golang.org/grpc v1.68.0
gopkg.in/yaml.v3 v3.0.1
Expand Down Expand Up @@ -66,7 +66,7 @@ require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down Expand Up @@ -96,18 +96,18 @@ require (
github.com/ugorji/go/codec v1.2.11 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/xlab/treeprint v1.1.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect
go.opentelemetry.io/otel/metric v1.31.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
go.opentelemetry.io/otel/metric v1.32.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
68 changes: 34 additions & 34 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ github.com/grafana/cuetsy v0.1.11 h1:I3IwBhF+UaQxRM79HnImtrAn8REGdb5M3+C4QrYHoWk
github.com/grafana/cuetsy v0.1.11/go.mod h1:Ix97+CPD8ws9oSSxR3/Lf4ahU1I4Np83kjJmDVnLZvc=
github.com/grafana/thema v0.0.0-20230511182720-3146087fcc26 h1:HX927q4X1n451pnGb8U0wq74i8PCzuxVjzv7TyD10kc=
github.com/grafana/thema v0.0.0-20230511182720-3146087fcc26/go.mod h1:Pn9nfzCk7nV0mvNgwusgCjCROZP6nm4GpwTnmEhLT24=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 h1:asbCHRVmodnJTuQ3qamDwqVOIjwqUPTYmYuemVOx+Ys=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0/go.mod h1:ggCgvZ2r7uOoQjOyu2Y1NhHmEPPzzuhWgcza5M1Ji1I=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 h1:ad0vkEBuk23VJzZR9nkLVG0YAoN9coASF1GusYX6AlU=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0/go.mod h1:igFoXX2ELCW06bol23DWPB5BEWfZISOzSP5K2sbLea0=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
Expand Down Expand Up @@ -339,20 +339,20 @@ github.com/yudai/pp v2.0.1+incompatible/go.mod h1:PuxR/8QJ7cyCkFp/aUDS+JY727OFEZ
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
go.opentelemetry.io/otel v1.31.0 h1:NsJcKPIW0D0H3NgzPDHmo0WW6SptzPdqg/L1zsIm2hY=
go.opentelemetry.io/otel v1.31.0/go.mod h1:O0C14Yl9FgkjqcCZAsE053C13OaddMYr/hz6clDkEJE=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 h1:K0XaT3DwHAcV4nKLzcQvwAgSyisUghWoY20I7huthMk=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0/go.mod h1:B5Ki776z/MBnVha1Nzwp5arlzBbE3+1jk+pGmaP5HME=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 h1:FFeLy03iVTXP6ffeN2iXrxfGsZGCjVx0/4KlizjyBwU=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0/go.mod h1:TMu73/k1CP8nBUpDLc71Wj/Kf7ZS9FK5b53VapRsP9o=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 h1:lUsI2TYsQw2r1IASwoROaCnjdj2cvC2+Jbxvk6nHnWU=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0/go.mod h1:2HpZxxQurfGxJlJDblybejHB6RX6pmExPNe517hREw4=
go.opentelemetry.io/otel/metric v1.31.0 h1:FSErL0ATQAmYHUIzSezZibnyVlft1ybhy4ozRPcF2fE=
go.opentelemetry.io/otel/metric v1.31.0/go.mod h1:C3dEloVbLuYoX41KpmAhOqNriGbA+qqH6PQ5E5mUfnY=
go.opentelemetry.io/otel/sdk v1.31.0 h1:xLY3abVHYZ5HSfOg3l2E5LUj2Cwva5Y7yGxnSW9H5Gk=
go.opentelemetry.io/otel/sdk v1.31.0/go.mod h1:TfRbMdhvxIIr/B2N2LQW2S5v9m3gOQ/08KsbbO5BPT0=
go.opentelemetry.io/otel/trace v1.31.0 h1:ffjsj1aRouKewfr85U2aGagJ46+MvodynlQ1HYdmJys=
go.opentelemetry.io/otel/trace v1.31.0/go.mod h1:TXZkRk7SM2ZQLtR6eoAWQFIHPvzQ06FJAsO1tJg480A=
go.opentelemetry.io/otel v1.32.0 h1:WnBN+Xjcteh0zdk01SVqV55d/m62NJLJdIyb4y/WO5U=
go.opentelemetry.io/otel v1.32.0/go.mod h1:00DCVSB0RQcnzlwyTfqtxSm+DRr9hpYrHjNGiBHVQIg=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 h1:IJFEoHiytixx8cMiVAO+GmHR6Frwu+u5Ur8njpFO6Ac=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0/go.mod h1:3rHrKNtLIoS0oZwkY2vxi+oJcwFRWdtUyRII+so45p8=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 h1:9kV11HXBHZAvuPUZxmMWrH8hZn/6UnHX4K0mu36vNsU=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0/go.mod h1:JyA0FHXe22E1NeNiHmVp7kFHglnexDQ7uRWDiiJ1hKQ=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0 h1:cMyu9O88joYEaI47CnQkxO1XZdpoTF9fEnW2duIddhw=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0/go.mod h1:6Am3rn7P9TVVeXYG+wtcGE7IE1tsQ+bP3AuWcKt/gOI=
go.opentelemetry.io/otel/metric v1.32.0 h1:xV2umtmNcThh2/a/aCP+h64Xx5wsj8qqnkYZktzNa0M=
go.opentelemetry.io/otel/metric v1.32.0/go.mod h1:jH7CIbbK6SH2V2wE16W05BHCtIDzauciCRLoc/SyMv8=
go.opentelemetry.io/otel/sdk v1.32.0 h1:RNxepc9vK59A8XsgZQouW8ue8Gkb4jpWtJm9ge5lEG4=
go.opentelemetry.io/otel/sdk v1.32.0/go.mod h1:LqgegDBjKMmb2GC6/PrTnteJG39I8/vJCAP9LlJXEjU=
go.opentelemetry.io/otel/trace v1.32.0 h1:WIC9mYrXf8TmY/EXuULKc8hR17vE+Hjv2cssQDe03fM=
go.opentelemetry.io/otel/trace v1.32.0/go.mod h1:+i4rkvCraA+tG6AzwloGaCtkx53Fa+L+V8e9a7YvhT8=
go.opentelemetry.io/proto/otlp v1.3.1 h1:TrMUixzpM0yuc/znrFTP9MMRh8trP93mkCiDVeXrui0=
go.opentelemetry.io/proto/otlp v1.3.1/go.mod h1:0X1WI4de4ZsLrrJNLAQbFeLCm3T7yBkR0XqQ7niQU+8=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
Expand All @@ -374,8 +374,8 @@ golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzB
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0=
golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=
golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
Expand All @@ -393,8 +393,8 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
golang.org/x/net v0.0.0-20211008194852-3b03d305991f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4=
golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU=
golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo=
golang.org/x/net v0.31.0/go.mod h1:P4fl1q7dY2hnZFxEk4pPSkDHF+QqjitcnDjUQyMM+pM=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
Expand All @@ -405,8 +405,8 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ=
golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Expand All @@ -428,19 +428,19 @@ golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.25.0 h1:WtHI/ltw4NvSUig5KARz9h521QvRC8RmF/cuYqifU24=
golang.org/x/term v0.25.0/go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M=
golang.org/x/term v0.26.0 h1:WEQa6V3Gja/BhNxg540hBip/kkaYtRg3cxg4oXSw4AU=
golang.org/x/term v0.26.0/go.mod h1:Si5m1o57C5nBNQo5z1iq+XDijt21BDBDp2bK0QI8e3E=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
golang.org/x/text v0.20.0 h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug=
golang.org/x/text v0.20.0/go.mod h1:D4IsuqiFMhST5bX19pQ9ikHC2GsaKyk/oF+pn3ducp4=
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
Expand All @@ -457,8 +457,8 @@ golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapK
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
golang.org/x/tools v0.26.0 h1:v/60pFQmzmT9ExmjDv2gGIfi3OqfKoEP6I5+umXlbnQ=
golang.org/x/tools v0.26.0/go.mod h1:TPVVj70c7JJ3WCazhD8OdXcZg/og+b9+tH/KxylGwH0=
golang.org/x/tools v0.27.0 h1:qEKojBykQkQ4EynWy4S8Weg69NumxKdn40Fce3uc/8o=
golang.org/x/tools v0.27.0/go.mod h1:sUi0ZgbwW9ZPAq26Ekut+weQPR5eIM6GQLQ1Yjm1H0Q=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand All @@ -472,10 +472,10 @@ google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoA
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84/go.mod h1:SzzZ/N+nwJDaO1kznhnlzqS8ocJICar6hYhVyhi++24=
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 h1:T6rh4haD3GVYsgEfWExoCZA2o2FmbNyKpTuAxbEFPTg=
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9/go.mod h1:wp2WsuBYj6j8wUdo3ToZsdxxixbvQNAHqVJrTgi5E5M=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 h1:QCqS/PdaHTSWGvupk2F/ehwHtGc0/GYkT+3GAcR1CCc=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9/go.mod h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI=
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 h1:M0KvPgPmDZHPlbRbaNU1APr28TvwvvdUPlSv7PUvy8g=
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28/go.mod h1:dguCy7UOdZhTvLzDyt15+rOrawrpM4q7DD9dQ1P11P4=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 h1:XVhgTWWV3kGQlwJHR3upFWZeTsei6Oks1apkZSeonIE=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28/go.mod h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI=
google.golang.org/grpc v1.12.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
Expand Down

0 comments on commit d686668

Please sign in to comment.