Skip to content

Commit

Permalink
maint(deps): bump go.opentelemetry.io/contrib/instrumentation/github.…
Browse files Browse the repository at this point in the history
…com/gorilla/mux/otelmux from 0.46.1 to 0.48.0 in /examples/webhook-listener-triggers (#188)

Bumps
[go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux](https://github.com/open-telemetry/opentelemetry-go-contrib)
from 0.46.1 to 0.48.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/releases">go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.23.0/v0.48.0/v0.17.0/v0.3.0</h2>
<h3>Added</h3>
<ul>
<li>Add client metric support to
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4707">#4707</a>)</li>
<li>Add peer attributes to spans recorded by
<code>NewClientHandler</code>, <code>NewServerHandler</code> in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4873">#4873</a>)</li>
<li>Add support for <code>cloud.account.id</code>,
<code>cloud.availability_zone</code> and <code>cloud.region</code> in
the AWS ECS detector. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4860">#4860</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The fallback options in
<code>go.opentelemetry.io/contrib/exporters/autoexport</code> now accept
factory functions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4891">#4891</a>)
<ul>
<li><code>WithFallbackMetricReader(metric.Reader) MetricOption</code> is
replaced with <code>func WithFallbackMetricReader(func(context.Context)
(metric.Reader, error)) MetricOption</code>.</li>
<li><code>WithFallbackSpanExporter(trace.SpanExporter) SpanOption</code>
is replaced with <code>WithFallbackSpanExporter(func(context.Context)
(trace.SpanExporter, error)) SpanOption</code>.</li>
</ul>
</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>RequestCount</code>, <code>RequestContentLength</code>,
<code>ResponseContentLength</code>, <code>ServerLatency</code> constants
in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>
are deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4707">#4707</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Do not panic in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
if <code>MeterProvider</code> returns a <code>nil</code> instrument. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4875">#4875</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/acpana"><code>@​acpana</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/4831">open-telemetry/opentelemetry-go-contrib#4831</a></li>
<li><a
href="https://github.com/hiroyaonoe"><code>@​hiroyaonoe</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/4704">open-telemetry/opentelemetry-go-contrib#4704</a></li>
<li><a
href="https://github.com/hcelaloner"><code>@​hcelaloner</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/4891">open-telemetry/opentelemetry-go-contrib#4891</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.22.0...v1.23.0">https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.22.0...v1.23.0</a></p>
<h2>Release 1.22.0/0.47.0/0.16.0/0.2.0</h2>
<h3>Added</h3>
<ul>
<li>Add <code>SDK.Shutdown</code> method in
<code>&quot;go.opentelemetry.io/contrib/config&quot;</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4583">#4583</a>)</li>
<li><code>NewSDK</code> in
<code>go.opentelemetry.io/contrib/config</code> now returns a configured
SDK with a valid <code>TracerProvider</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4741">#4741</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/example</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>are
upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>Updated configuration schema to include <code>schema_url</code> for
resource definition and <code>without_type_suffix</code> and
<code>without_units</code> for the Prometheus exporter. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4727">#4727</a>)</li>
<li>The semantic conventions used by the
<code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> resource
detector are upgraded to v1.24.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li>
<li>The semantic conventions used by the
<code>go.opentelemetry.io/contrib/detectors/aws/lambda</code> resource
detector are upgraded to v1.24.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li>
<li>The semantic conventions used by the
<code>go.opentelemetry.io/contrib/detectors/aws/ec2</code> resource
detector are upgraded to v1.24.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md">go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux's
changelog</a>.</em></p>
<blockquote>
<h2>[1.23.0/0.48.0/0.17.0/0.3.0] - 2024-02-06</h2>
<h3>Added</h3>
<ul>
<li>Add client metric support to
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4707">#4707</a>)</li>
<li>Add peer attributes to spans recorded by
<code>NewClientHandler</code>, <code>NewServerHandler</code> in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4873">#4873</a>)</li>
<li>Add support for <code>cloud.account.id</code>,
<code>cloud.availability_zone</code> and <code>cloud.region</code> in
the AWS ECS detector. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4860">#4860</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The fallback options in
<code>go.opentelemetry.io/contrib/exporters/autoexport</code> now accept
factory functions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4891">#4891</a>)
<ul>
<li><code>WithFallbackMetricReader(metric.Reader) MetricOption</code> is
replaced with <code>func WithFallbackMetricReader(func(context.Context)
(metric.Reader, error)) MetricOption</code>.</li>
<li><code>WithFallbackSpanExporter(trace.SpanExporter) SpanOption</code>
is replaced with <code>WithFallbackSpanExporter(func(context.Context)
(trace.SpanExporter, error)) SpanOption</code>.</li>
</ul>
</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>RequestCount</code>, <code>RequestContentLength</code>,
<code>ResponseContentLength</code>, <code>ServerLatency</code> constants
in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>
are deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4707">#4707</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Do not panic in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
if <code>MeterProvider</code> returns a <code>nil</code> instrument. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4875">#4875</a>)</li>
</ul>
<h2>[1.22.0/0.47.0/0.16.0/0.2.0] - 2024-01-18</h2>
<h3>Added</h3>
<ul>
<li>Add <code>SDK.Shutdown</code> method in
<code>&quot;go.opentelemetry.io/contrib/config&quot;</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4583">#4583</a>)</li>
<li><code>NewSDK</code> in
<code>go.opentelemetry.io/contrib/config</code> now returns a configured
SDK with a valid <code>TracerProvider</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4741">#4741</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/example</code>
are upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>The semantic conventions used by
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>are
upgraded to v1.20.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4320">#4320</a>)</li>
<li>Updated configuration schema to include <code>schema_url</code> for
resource definition and <code>without_type_suffix</code> and
<code>without_units</code> for the Prometheus exporter. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4727">#4727</a>)</li>
<li>The semantic conventions used by the
<code>go.opentelemetry.io/contrib/detectors/aws/ecs</code> resource
detector are upgraded to v1.24.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li>
<li>The semantic conventions used by the
<code>go.opentelemetry.io/contrib/detectors/aws/lambda</code> resource
detector are upgraded to v1.24.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li>
<li>The semantic conventions used by the
<code>go.opentelemetry.io/contrib/detectors/aws/ec2</code> resource
detector are upgraded to v1.24.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li>
<li>The semantic conventions used by the
<code>go.opentelemetry.io/contrib/detectors/aws/eks</code> resource
detector are upgraded to v1.24.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li>
<li>The semantic conventions used by the
<code>go.opentelemetry.io/contrib/detectors/gcp</code> resource detector
are upgraded to v1.24.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li>
<li>The semantic conventions used in
<code>go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/test</code>
are upgraded to v1.24.0. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4803">#4803</a>)</li>
</ul>
<h3>Fixed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/087fdd42cb724c1846d3db7eb316e49dc3d21bd6"><code>087fdd4</code></a>
Release v1.23.0/v0.48.0/v0.17.0/v0.3.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4893">#4893</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/de64a47f21e0b429afc22d9e25f5efd6dd04b99d"><code>de64a47</code></a>
implement cloud.{account.id,availability_zone,region} in AWS ECS
detector (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4">#4</a>...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/144c9332c109ce43100de7e6c74c140875500754"><code>144c933</code></a>
feat(autoexport): change WithFallback options signatures (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4891">#4891</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a1b4b4d348c0ca2dc67834aba13caa2fe5c0a993"><code>a1b4b4d</code></a>
dependabot updates Sun Feb 4 18:15:18 UTC 2024 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4890">#4890</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b76d81cc45cf8876ec726fcf21535c838cb72b7d"><code>b76d81c</code></a>
otelhttp: client metrics (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4707">#4707</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5047be20e8b8e6a757d469a944079de421c46592"><code>5047be2</code></a>
Remove unused portions of the internal semconvutil (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4878">#4878</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/84370754c03498903d8618a210ab3dd5ae6e2059"><code>8437075</code></a>
[otelgrpc] Do not panic for nil instruments (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4875">#4875</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/ef8063b0c3b325868fe5ca6f7fbb9a5dda4587d6"><code>ef8063b</code></a>
otelgrpc: Add peer attributes to spans generated by stats handlers (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4873">#4873</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/bfae9a30a60ce48d0f6d304e6505a99a8e1d4b35"><code>bfae9a3</code></a>
build(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/4862">#4862</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0facbff0d009c2e062fbd7acb513a81ef9ce0e88"><code>0facbff</code></a>
Prometheus bridge: Add test for verify that start timestamps are working
corr...</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.46.1...zpages/v0.48.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux&package-manager=go_modules&previous-version=0.46.1&new-version=0.48.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 5f877a6 commit 00afa5d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions examples/webhook-listener-triggers/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ require (
github.com/gorilla/mux v1.8.1
github.com/honeycombio/honeycomb-opentelemetry-go v0.8.1
github.com/honeycombio/otel-config-go v1.13.1
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.46.1
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.48.0
)

require (
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
Expand All @@ -29,21 +29,21 @@ require (
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1 // indirect
go.opentelemetry.io/contrib/propagators/b3 v1.21.1 // indirect
go.opentelemetry.io/contrib/propagators/ot v1.21.1 // indirect
go.opentelemetry.io/otel v1.21.0 // indirect
go.opentelemetry.io/otel v1.23.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 // indirect
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.21.0 // indirect
go.opentelemetry.io/otel/metric v1.21.0 // indirect
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.23.0 // indirect
go.opentelemetry.io/otel/metric v1.23.0 // indirect
go.opentelemetry.io/otel/sdk v1.23.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.21.0 // indirect
go.opentelemetry.io/otel/trace v1.21.0 // indirect
go.opentelemetry.io/otel/trace v1.23.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f // indirect
Expand Down
32 changes: 16 additions & 16 deletions examples/webhook-listener-triggers/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.3.0 h1:2y3SDp0ZXuc6/cjLSZ+Q3ir+QB9T/iG5yYRXqsagWSY=
github.com/go-logr/logr v1.3.0/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=
github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
Expand Down Expand Up @@ -57,8 +57,8 @@ github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9f
github.com/yusufpapurcu/wmi v1.2.3 h1:E1ctvB7uKFMOJw3fdOW32DwGE9I7t++CRUEMKvFoFiw=
github.com/yusufpapurcu/wmi v1.2.3/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
go.opentelemetry.io/contrib/detectors/aws/lambda v0.46.1 h1:MCtkJ76UiXEphmYGj+C2MB20viwYjEHVn+I+2qq7/os=
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.46.1 h1:Ifzy1lucGMQJh6wPRxusde8bWaDhYjSNOqDyn6Hb4TM=
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.46.1/go.mod h1:YfFNem80G9UZ/mL5zd5GGXZSy95eXK+RhzIWBkLjLSc=
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.48.0 h1:7rkdNoXgScpSUIqBch/VOB24fk9g0wl3Tr5WPtshi9o=
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.48.0/go.mod h1:U3t9uswWhDzieXHMNWP6zk87J4HNondiibKMdNLpnMk=
go.opentelemetry.io/contrib/instrumentation/host v0.46.1 h1:jLPv7OPP2CROWQ8PaUx3zONn5S4HjCJnH1syT3fnEEc=
go.opentelemetry.io/contrib/instrumentation/host v0.46.1/go.mod h1:7PhaLiZ6K9zbeZNxOdr+DB8tzxWsrjVa9BcCMGuMPeA=
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1 h1:m9ReioVPIffxjJlGNRd0d5poy+9oTro3D+YbiEzUDOc=
Expand All @@ -67,8 +67,8 @@ go.opentelemetry.io/contrib/propagators/b3 v1.21.1 h1:WPYiUgmw3+b7b3sQ1bFBFAf0q+
go.opentelemetry.io/contrib/propagators/b3 v1.21.1/go.mod h1:EmzokPoSqsYMBVK4nRnhsfm5mbn8J1eDuz/U1UaQaWg=
go.opentelemetry.io/contrib/propagators/ot v1.21.1 h1:3TN5vkXjKYWp0YdMcnUEC/A+pBPvqz9V3nCS2xmcurk=
go.opentelemetry.io/contrib/propagators/ot v1.21.1/go.mod h1:oy0MYCbS/b3cqUDW37wBWtlwBIsutngS++Lklpgh+fc=
go.opentelemetry.io/otel v1.21.0 h1:hzLeKBZEL7Okw2mGzZ0cc4k/A7Fta0uoPgaJCr8fsFc=
go.opentelemetry.io/otel v1.21.0/go.mod h1:QZzNPQPm1zLX4gZK4cMi+71eaorMSGT3A4znnUvNNEo=
go.opentelemetry.io/otel v1.23.0 h1:Df0pqjqExIywbMCMTxkAwzjLZtRf+bBKLbUcpxO2C9E=
go.opentelemetry.io/otel v1.23.0/go.mod h1:YCycw9ZeKhcJFrb34iVSkyT0iczq/zYDtZYFufObyB0=
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 h1:jd0+5t/YynESZqsSyPz+7PAFdEop0dlN0+PkyHYo8oI=
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0/go.mod h1:U707O40ee1FpQGyhvqnzmCJm1Wh6OX6GGBVn0E6Uyyk=
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0 h1:bflGWrfYyuulcdxf14V6n9+CoQcu5SAAdHmDPAJnlps=
Expand All @@ -79,16 +79,16 @@ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 h1:tIqhe
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0/go.mod h1:nUeKExfxAQVbiVFn32YXpXZZHZ61Cc3s3Rn1pDBGAb0=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 h1:digkEZCJWobwBqMwC0cwCq8/wkkRy/OowZg5OArWZrM=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0/go.mod h1:/OpE/y70qVkndM0TrxT4KBoN3RsFZP0QaofcfYrj76I=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.21.0 h1:VhlEQAPp9R1ktYfrPk5SOryw1e9LDDTZCbIPFrho0ec=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.21.0/go.mod h1:kB3ufRbfU+CQ4MlUcqtW8Z7YEOBeK2DJ6CmR5rYYF3E=
go.opentelemetry.io/otel/metric v1.21.0 h1:tlYWfeo+Bocx5kLEloTjbcDwBuELRrIFxwdQ36PlJu4=
go.opentelemetry.io/otel/metric v1.21.0/go.mod h1:o1p3CA8nNHW8j5yuQLdc1eeqEaPfzug24uvsyIEJRWM=
go.opentelemetry.io/otel/sdk v1.21.0 h1:FTt8qirL1EysG6sTQRZ5TokkU8d0ugCj8htOgThZXQ8=
go.opentelemetry.io/otel/sdk v1.21.0/go.mod h1:Nna6Yv7PWTdgJHVRD9hIYywQBRx7pbox6nwBnZIxl/E=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.23.0 h1:f4N/tfYchDXfM78Ng5KKO7OjrShVzww1g4oYxZ7tyMA=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.23.0/go.mod h1:v1gipIZLj3qtxR1L1F7jF/WaPFA5ptuHk52+eq9SSRg=
go.opentelemetry.io/otel/metric v1.23.0 h1:pazkx7ss4LFVVYSxYew7L5I6qvLXHA0Ap2pwV+9Cnpo=
go.opentelemetry.io/otel/metric v1.23.0/go.mod h1:MqUW2X2a6Q8RN96E2/nqNoT+z9BSms20Jb7Bbp+HiTo=
go.opentelemetry.io/otel/sdk v1.23.0 h1:0KM9Zl2esnl+WSukEmlaAEjVY5HDZANOHferLq36BPc=
go.opentelemetry.io/otel/sdk v1.23.0/go.mod h1:wUscup7byToqyKJSilEtMf34FgdCAsFpFOjXnAwFfO0=
go.opentelemetry.io/otel/sdk/metric v1.21.0 h1:smhI5oD714d6jHE6Tie36fPx4WDFIg+Y6RfAY4ICcR0=
go.opentelemetry.io/otel/sdk/metric v1.21.0/go.mod h1:FJ8RAsoPGv/wYMgBdUJXOm+6pzFY3YdljnXtv1SBE8Q=
go.opentelemetry.io/otel/trace v1.21.0 h1:WD9i5gzvoUPuXIXH24ZNBudiarZDKuekPqi/E8fpfLc=
go.opentelemetry.io/otel/trace v1.21.0/go.mod h1:LGbsEB0f9LGjN+OZaQQ26sohbOmiMR+BaslueVtS/qQ=
go.opentelemetry.io/otel/trace v1.23.0 h1:37Ik5Ib7xfYVb4V1UtnT97T1jI+AoIYkJyPkuL4iJgI=
go.opentelemetry.io/otel/trace v1.23.0/go.mod h1:GSGTbIClEsuZrGIzoEHqsVfxgn5UkggkflQwDScNUsk=
go.opentelemetry.io/proto/otlp v1.0.0 h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I=
go.opentelemetry.io/proto/otlp v1.0.0/go.mod h1:Sy6pihPLfYHkr3NkUbEhGHFhINUSI/v80hjKIs5JXpM=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
Expand All @@ -102,8 +102,8 @@ golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down

0 comments on commit 00afa5d

Please sign in to comment.