Skip to content

Commit

Permalink
Bump the otel-collector group with 1 update (#4568)
Browse files Browse the repository at this point in the history
Bumps the otel-collector group with 1 update:
[github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib).

<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/releases">github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's
releases</a>.</em></p>
<blockquote>
<h2>v0.81.0</h2>
<h3>Images and binaries here: <a
href="https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.81.0">https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.81.0</a></h3>
<p>The OpenTelemetry Collector Contrib contains everything in the <a
href="https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.81.0">opentelemetry-collector
release</a>, be sure to check the release notes there as well.</p>
<h2>v0.81.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li>
<p><code>clickhouseexporter</code>: Add scopeName and scopeVersion
column to span table. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21214">#21214</a>)</p>
</li>
<li>
<p><code>clickhouseexporter</code>: add log scope columns to span table.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/20280">#20280</a>)</p>
</li>
<li>
<p><code>receiver/aerospike</code>: Change the type of
<code>Config.Password</code> to be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>receiver/bigip</code>: Change the type of
<code>Config.Password</code> to be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>receiver/couchdb</code>: Change the type of
<code>Config.Password</code> to be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>receiver/elasticsearch</code>: Change the type of
<code>Config.Password</code> to be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>receiver/mongodb</code>: Change the type of
<code>Config.Password</code> to be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>receiver/mongodbatlas</code>: Change the types of
<code>Config.PrivateKey</code> and <code>Config.Alerts.Secret</code> to
be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>receiver/mysql</code>: Change the type of
<code>Config.Password</code> to be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>dockerstatsreceiver</code>: Add non populated metrics
<code>container.memory.anon</code> and
<code>container.memory.file</code> that are only available when the host
uses cgroups v2. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21097">#21097</a>)
Metric <code>container.memory.file</code> was added to fulfil the lack
of <code>container.memory.total_cache</code> metric in case that the
cgroup version mounted in the host is v2 instead of v1.</p>
<p>Now there is documentation of which metrics are available depending
cgroups version being used on the host.</p>
</li>
</ul>
<h3>🚩 Deprecations 🚩</h3>
<ul>
<li><code>mysqlreceiver</code>: set <code>mysql.locked_connects</code>
as optional in order to remove it in next release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/14138">#14138</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23274">#23274</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li>
<p><code>mdatagen</code>: Adds a parent field to metadata.yaml for
subcomponents. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23636">#23636</a>)</p>
</li>
<li>
<p><code>sqlqueryreceiver</code>: Add support of Start and End Timestamp
Column in Metric Configuration. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/18925">#18925</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/14146">#14146</a>)</p>
</li>
<li>
<p><code>postgresqlreceiver</code>: Adds unit to metrics where this was
missing. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23571">#23571</a>)
Affected metrics can be found below.</p>
<ul>
<li>postgresql.bgwriter.maxwritten</li>
<li>postgresql.table.count</li>
</ul>
</li>
<li>
<p><code>mdatagen</code>: Adds validation to mdatagen to ensure that all
required fields are present, and their content is valid. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23783">#23783</a>)</p>
</li>
<li>
<p><code>filelogreceiver</code>: Add support for tracking the current
file in filelogreceiver (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/22998">#22998</a>)</p>
</li>
<li>
<p><code>exporter/datasetexporter</code>: Add more details to User-Agent
header for DataSet HTTP requests (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/20660">#20660</a>)</p>
</li>
<li>
<p><code>dockerstatsreceiver</code>: Add <code>container.image.id</code>
and <code>container.command_line</code> optional resource attributes (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21092">#21092</a>)</p>
</li>
<li>
<p><code>googlecloudexporter</code>: Adds an experimental, opt-in write
ahead log for GCP metrics exporter. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23679">#23679</a>)</p>
</li>
<li>
<p><code>pkg/ottl</code>: Adds new <code>Time</code> converter to
convert a string to a Golang time struct based on a supplied format (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/22007">#22007</a>)</p>
</li>
<li>
<p><code>hostmetricsreceiver</code>: Add new Windows-exclusive
process.handles metric. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21379">#21379</a>)</p>
</li>
<li>
<p><code>websocketprocessor</code>: Rename websocketprocessor to
remoteobserverprocessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23856">#23856</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Adds a way to configure the
list of added resource attributes by the processor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21482">#21482</a>)
Users can now configure what resource attributes are gathered by
specific detectors.
Example configuration:</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG.md">github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's
changelog</a>.</em></p>
<blockquote>
<h2>v0.81.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li>
<p><code>clickhouseexporter</code>: Add scopeName and scopeVersion
column to span table. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21214">#21214</a>)</p>
</li>
<li>
<p><code>clickhouseexporter</code>: add log scope columns to span table.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/20280">#20280</a>)</p>
</li>
<li>
<p><code>receiver/aerospike</code>: Change the type of
<code>Config.Password</code> to be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>receiver/bigip</code>: Change the type of
<code>Config.Password</code> to be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>receiver/couchdb</code>: Change the type of
<code>Config.Password</code> to be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>receiver/elasticsearch</code>: Change the type of
<code>Config.Password</code> to be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>receiver/mongodb</code>: Change the type of
<code>Config.Password</code> to be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>receiver/mongodbatlas</code>: Change the types of
<code>Config.PrivateKey</code> and <code>Config.Alerts.Secret</code> to
be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>receiver/mysql</code>: Change the type of
<code>Config.Password</code> to be <code>configopaque.String</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/17273">#17273</a>)</p>
</li>
<li>
<p><code>dockerstatsreceiver</code>: Add non populated metrics
<code>container.memory.anon</code> and
<code>container.memory.file</code> that are only available when the host
uses cgroups v2. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21097">#21097</a>)
Metric <code>container.memory.file</code> was added to fulfil the lack
of <code>container.memory.total_cache</code> metric in case that the
cgroup version mounted in the host is v2 instead of v1.</p>
<p>Now there is documentation of which metrics are available depending
cgroups version being used on the host.</p>
</li>
</ul>
<h3>🚩 Deprecations 🚩</h3>
<ul>
<li><code>mysqlreceiver</code>: set <code>mysql.locked_connects</code>
as optional in order to remove it in next release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/14138">#14138</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23274">#23274</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li>
<p><code>mdatagen</code>: Adds a parent field to metadata.yaml for
subcomponents. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23636">#23636</a>)</p>
</li>
<li>
<p><code>sqlqueryreceiver</code>: Add support of Start and End Timestamp
Column in Metric Configuration. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/18925">#18925</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/14146">#14146</a>)</p>
</li>
<li>
<p><code>postgresqlreceiver</code>: Adds unit to metrics where this was
missing. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23571">#23571</a>)
Affected metrics can be found below.</p>
<ul>
<li>postgresql.bgwriter.maxwritten</li>
<li>postgresql.table.count</li>
</ul>
</li>
<li>
<p><code>mdatagen</code>: Adds validation to mdatagen to ensure that all
required fields are present, and their content is valid. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23783">#23783</a>)</p>
</li>
<li>
<p><code>filelogreceiver</code>: Add support for tracking the current
file in filelogreceiver (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/22998">#22998</a>)</p>
</li>
<li>
<p><code>exporter/datasetexporter</code>: Add more details to User-Agent
header for DataSet HTTP requests (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/20660">#20660</a>)</p>
</li>
<li>
<p><code>dockerstatsreceiver</code>: Add <code>container.image.id</code>
and <code>container.command_line</code> optional resource attributes (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21092">#21092</a>)</p>
</li>
<li>
<p><code>googlecloudexporter</code>: Adds an experimental, opt-in write
ahead log for GCP metrics exporter. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23679">#23679</a>)</p>
</li>
<li>
<p><code>pkg/ottl</code>: Adds new <code>Time</code> converter to
convert a string to a Golang time struct based on a supplied format (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/22007">#22007</a>)</p>
</li>
<li>
<p><code>hostmetricsreceiver</code>: Add new Windows-exclusive
process.handles metric. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21379">#21379</a>)</p>
</li>
<li>
<p><code>websocketprocessor</code>: Rename websocketprocessor to
remoteobserverprocessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23856">#23856</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Adds a way to configure the
list of added resource attributes by the processor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/21482">#21482</a>)
Users can now configure what resource attributes are gathered by
specific detectors.
Example configuration:</p>
<pre><code>resourcedetection:
  detectors: [system, ec2]
  system:
    resource_attributes:
</code></pre>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/2ae4bb7319f43c979735e96e1f782494e05e0cc7"><code>2ae4bb7</code></a>
[chore] Prepare release 0.81.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23978">#23978</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/e9bdc636a01731bc1531f0b1a74859812e073eb4"><code>e9bdc63</code></a>
Revert &quot;[chore] Remove skip flaky test for
hostmetricsreceiver&quot; (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23982">#23982</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/f85dd5b4b59282932db14a1187ad3687083b4c5c"><code>f85dd5b</code></a>
Make sed replace statements more resilient (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23977">#23977</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/10e46605b7b9f775a3658f4e2ba59960ffe33847"><code>10e4660</code></a>
[ci] Specify 7 as arm version for arm build in CI (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23436">#23436</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/d51d3135984633d7d07fdb42f38ef122849e548a"><code>d51d313</code></a>
Removing jkowall from codeowners for logzioexporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23845">#23845</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/9caec802b06e75bdb4a3f6b27409bfbefca543b8"><code>9caec80</code></a>
[chore] Minor cleanup of vcenter metric code (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23873">#23873</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/aa6560128d4cd9f7a540935a8b3e2a4c603e38c0"><code>aa65601</code></a>
Add dashpole back to auto-assignees (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23876">#23876</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/65cc16d880571ef2224154253dbea885f5d8fac9"><code>65cc16d</code></a>
Remove tbarker from codeowners (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23877">#23877</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/d98c227f8d4c7072344a46ae1d2d64e33c2b8644"><code>d98c227</code></a>
[chore] dependabot updates Tue Jul 4 17:49:08 UTC 2023 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23954">#23954</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/dbcf37ae329f0aef6f664ed5c05a9ac85f54579a"><code>dbcf37a</code></a>
[chore] fix exhaustive lint for dynatrace exporter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23951">#23951</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.80.0...v0.81.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger&package-manager=go_modules&previous-version=0.80.0&new-version=0.81.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually


</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 Jul 6, 2023
1 parent 1b28b23 commit 22ebec3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/hashicorp/go-plugin v1.4.10
github.com/kr/pretty v0.3.1
github.com/olivere/elastic v6.2.37+incompatible
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.80.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.81.0
github.com/opentracing-contrib/go-grpc v0.0.0-20230205024533-5ced129e5996
github.com/opentracing-contrib/go-stdlib v1.0.0
github.com/opentracing/opentracing-go v1.2.0
Expand Down Expand Up @@ -119,7 +119,7 @@ require (
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/knadh/koanf v1.5.0 // indirect
github.com/knadh/koanf/v2 v2.0.1 // indirect
github.com/kr/text v0.2.0 // indirect
Expand All @@ -139,7 +139,7 @@ require (
github.com/oklog/ulid v1.3.1 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.13.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.80.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.81.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand Down
14 changes: 7 additions & 7 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+o
github.com/klauspost/compress v1.12.3/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg=
github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk=
github.com/klauspost/compress v1.15.0/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk=
github.com/klauspost/compress v1.16.6 h1:91SKEy4K37vkp255cJ8QesJhjyRO0hn9i9G0GoUwLsk=
github.com/klauspost/compress v1.16.6/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I=
github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
github.com/knadh/koanf v1.5.0 h1:q2TSd/3Pyc/5yP9ldIrSdIz26MCcyNQzW0pEAugLPNs=
github.com/knadh/koanf v1.5.0/go.mod h1:Hgyjp4y8v44hpZtPzs7JZfRAW5AhN7KfZcwv1RYggDs=
github.com/knadh/koanf/v2 v2.0.1 h1:1dYGITt1I23x8cfx8ZnldtezdyaZtfAuRtIFOiRzK7g=
Expand Down Expand Up @@ -554,10 +554,10 @@ github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7J
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
github.com/onsi/gomega v1.13.0 h1:7lLHu94wT9Ij0o6EWWclhu0aOh32VxhkwEJvzuWPeak=
github.com/onsi/gomega v1.13.0/go.mod h1:lRk9szgn8TxENtWd0Tp4c3wjlRfMTMH27I+3Je41yGY=
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.80.0 h1:oJTxSiEJggI5YcmK+SsPQWgml0EMGEzK8K7RWwPC39Q=
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.80.0/go.mod h1:GezufcOBscYo2wdN7Thfw/ejsAWFAPHYYbpAqzNZIdQ=
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.80.0 h1:EyVO3NMIv29jJPEuhpiH5pAZPQHdRW9MROakyo/unCk=
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.80.0/go.mod h1:a5oxpN7VQb2qGD8lzjcl12dswOUTSLouMOW5gqgvF5I=
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.81.0 h1:sPjCHuqjn5UYDJOai4FulMCfLP+7AbspjHfv0jAtmD0=
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.81.0/go.mod h1:moQ6krtZ8dyziij2P+9eao5+gBfCJjiNDwN7n2MZZs4=
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.81.0 h1:UCF4zWe24m1+yQeYGEQjzq5c9yNAf4d1lknbR7PAoH4=
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.81.0/go.mod h1:/HK52N8ufi1rKuShEanBZVLVpOygLoIT9zqs0azKQ/s=
github.com/opentracing-contrib/go-grpc v0.0.0-20230205024533-5ced129e5996 h1:cNKquGUykT1G88PgdGC8yEB7eU3H3GyuySp/jfJS49w=
github.com/opentracing-contrib/go-grpc v0.0.0-20230205024533-5ced129e5996/go.mod h1:DYR5Eij8rJl8h7gblRrOZ8g0kW1umSpKqYIBTgeDtLo=
github.com/opentracing-contrib/go-stdlib v1.0.0 h1:TBS7YuVotp8myLon4Pv7BtCBzOTo1DeZCld0Z63mW2w=
Expand Down Expand Up @@ -842,8 +842,8 @@ golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u0
golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM=
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 h1:QE6XYQK6naiK1EPAe1g/ILLxN5RBoH5xkJk3CqlMI/Y=
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea h1:vLCWI/yYrdEHyN2JzIzPO3aaQJHQdp89IZBA/+azVC4=
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs=
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
Expand Down

0 comments on commit 22ebec3

Please sign in to comment.