Skip to content

Commit 34209fe

Browse files
build(deps): bump the otel group with 5 updates (#599)
Bumps the otel group with 5 updates: | Package | From | To | | --- | --- | --- | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.32.0` | | [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.32.0` | | [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.32.0` | | [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.32.0` | | [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.32.0` | 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/metric` 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/metric'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/sdk/metric` 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/metric'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 /> 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>
1 parent 3195caf commit 34209fe

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ require (
1111
github.com/twmb/franz-go/pkg/kfake v0.0.0-20240122000745-a2d69ce07790
1212
github.com/twmb/franz-go/pkg/kmsg v1.8.0
1313
github.com/twmb/franz-go/plugin/kzap v1.1.2
14-
go.opentelemetry.io/otel v1.31.0
15-
go.opentelemetry.io/otel/metric v1.31.0
16-
go.opentelemetry.io/otel/sdk v1.31.0
17-
go.opentelemetry.io/otel/sdk/metric v1.31.0
18-
go.opentelemetry.io/otel/trace v1.31.0
14+
go.opentelemetry.io/otel v1.32.0
15+
go.opentelemetry.io/otel/metric v1.32.0
16+
go.opentelemetry.io/otel/sdk v1.32.0
17+
go.opentelemetry.io/otel/sdk/metric v1.32.0
18+
go.opentelemetry.io/otel/trace v1.32.0
1919
go.uber.org/zap v1.27.0
2020
golang.org/x/sync v0.9.0
2121
gopkg.in/yaml.v3 v3.0.1
@@ -44,6 +44,6 @@ require (
4444
github.com/pmezard/go-difflib v1.0.0 // indirect
4545
go.uber.org/multierr v1.10.0 // indirect
4646
golang.org/x/crypto v0.26.0 // indirect
47-
golang.org/x/sys v0.26.0 // indirect
47+
golang.org/x/sys v0.27.0 // indirect
4848
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
4949
)

go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ github.com/twmb/franz-go/pkg/kmsg v1.8.0 h1:lAQB9Z3aMrIP9qF9288XcFf/ccaSxEitNA1C
5959
github.com/twmb/franz-go/pkg/kmsg v1.8.0/go.mod h1:HzYEb8G3uu5XevZbtU0dVbkphaKTHk0X68N5ka4q6mU=
6060
github.com/twmb/franz-go/plugin/kzap v1.1.2 h1:0arX5xJ0soUPX1LlDay6ZZoxuWkWk1lggQ5M/IgRXAE=
6161
github.com/twmb/franz-go/plugin/kzap v1.1.2/go.mod h1:53Cl9Uz1pbdOPDvUISIxLrZIWSa2jCuY1bTMauRMBmo=
62-
go.opentelemetry.io/otel v1.31.0 h1:NsJcKPIW0D0H3NgzPDHmo0WW6SptzPdqg/L1zsIm2hY=
63-
go.opentelemetry.io/otel v1.31.0/go.mod h1:O0C14Yl9FgkjqcCZAsE053C13OaddMYr/hz6clDkEJE=
64-
go.opentelemetry.io/otel/metric v1.31.0 h1:FSErL0ATQAmYHUIzSezZibnyVlft1ybhy4ozRPcF2fE=
65-
go.opentelemetry.io/otel/metric v1.31.0/go.mod h1:C3dEloVbLuYoX41KpmAhOqNriGbA+qqH6PQ5E5mUfnY=
66-
go.opentelemetry.io/otel/sdk v1.31.0 h1:xLY3abVHYZ5HSfOg3l2E5LUj2Cwva5Y7yGxnSW9H5Gk=
67-
go.opentelemetry.io/otel/sdk v1.31.0/go.mod h1:TfRbMdhvxIIr/B2N2LQW2S5v9m3gOQ/08KsbbO5BPT0=
68-
go.opentelemetry.io/otel/sdk/metric v1.31.0 h1:i9hxxLJF/9kkvfHppyLL55aW7iIJz4JjxTeYusH7zMc=
69-
go.opentelemetry.io/otel/sdk/metric v1.31.0/go.mod h1:CRInTMVvNhUKgSAMbKyTMxqOBC0zgyxzW55lZzX43Y8=
70-
go.opentelemetry.io/otel/trace v1.31.0 h1:ffjsj1aRouKewfr85U2aGagJ46+MvodynlQ1HYdmJys=
71-
go.opentelemetry.io/otel/trace v1.31.0/go.mod h1:TXZkRk7SM2ZQLtR6eoAWQFIHPvzQ06FJAsO1tJg480A=
62+
go.opentelemetry.io/otel v1.32.0 h1:WnBN+Xjcteh0zdk01SVqV55d/m62NJLJdIyb4y/WO5U=
63+
go.opentelemetry.io/otel v1.32.0/go.mod h1:00DCVSB0RQcnzlwyTfqtxSm+DRr9hpYrHjNGiBHVQIg=
64+
go.opentelemetry.io/otel/metric v1.32.0 h1:xV2umtmNcThh2/a/aCP+h64Xx5wsj8qqnkYZktzNa0M=
65+
go.opentelemetry.io/otel/metric v1.32.0/go.mod h1:jH7CIbbK6SH2V2wE16W05BHCtIDzauciCRLoc/SyMv8=
66+
go.opentelemetry.io/otel/sdk v1.32.0 h1:RNxepc9vK59A8XsgZQouW8ue8Gkb4jpWtJm9ge5lEG4=
67+
go.opentelemetry.io/otel/sdk v1.32.0/go.mod h1:LqgegDBjKMmb2GC6/PrTnteJG39I8/vJCAP9LlJXEjU=
68+
go.opentelemetry.io/otel/sdk/metric v1.32.0 h1:rZvFnvmvawYb0alrYkjraqJq0Z4ZUJAiyYCU9snn1CU=
69+
go.opentelemetry.io/otel/sdk/metric v1.32.0/go.mod h1:PWeZlq0zt9YkYAp3gjKZ0eicRYvOh1Gd+X99x6GHpCQ=
70+
go.opentelemetry.io/otel/trace v1.32.0 h1:WIC9mYrXf8TmY/EXuULKc8hR17vE+Hjv2cssQDe03fM=
71+
go.opentelemetry.io/otel/trace v1.32.0/go.mod h1:+i4rkvCraA+tG6AzwloGaCtkx53Fa+L+V8e9a7YvhT8=
7272
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
7373
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
7474
go.uber.org/multierr v1.10.0 h1:S0h4aNzvfcFsC3dRF1jLoaov7oRaKqRGC/pUEJ2yvPQ=
@@ -79,8 +79,8 @@ golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw=
7979
golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54=
8080
golang.org/x/sync v0.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ=
8181
golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
82-
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
83-
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
82+
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
83+
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
8484
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
8585
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
8686
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)