Skip to content

Commit

Permalink
Fixing ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed May 6, 2024
1 parent e82921e commit b6d7bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ require (
)

require (
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.97.0
// open telemetry dependencies
// pinned to v0.97.0 due to issue with ports binding which causes our tests to fail
// Do NOT upgrade the version beyond 0.97.0 until https://github.com/open-telemetry/opentelemetry-collector/issues/10031 is fixed!
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.97.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.97.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor v0.97.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor v0.97.0
Expand Down

0 comments on commit b6d7bd3

Please sign in to comment.