Skip to content

Commit

Permalink
[chore] Update go.opentelemetry.io/contrib packages in example/dice/i…
Browse files Browse the repository at this point in the history
…nstrumented (#6439)

Upgrade contrib packages that are dependencies.

I'm not sure why our tooling missed this. Going to track the underlying
failure in a separate issue.
  • Loading branch information
MrAlias authored Dec 12, 2024
1 parent 80e319f commit 1769024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/dice/instrumented/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module go.opentelemetry.io/contrib/examples/dice/instrumented
go 1.22.0

require (
go.opentelemetry.io/contrib/bridges/otelslog v0.7.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0
go.opentelemetry.io/contrib/bridges/otelslog v0.8.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
go.opentelemetry.io/otel v1.33.0
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.9.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.33.0
Expand Down

0 comments on commit 1769024

Please # to comment.