-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] update internal dep (#11180)
This is done to allow contrib dependencies to work. Otherwise, otelcoltest ends up picking up an old dependency that looks for localhostgate which has been removed. Here's an example error: ``` go: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/azureeventhubreceiver tested by github.com/open-telemetry/opentelemetry-collector-contrib/receiver/azureeventhubreceiver.test imports go.opentelemetry.io/collector/otelcol/otelcoltest imports go.opentelemetry.io/collector/otelcol imports go.opentelemetry.io/collector/service tested by go.opentelemetry.io/collector/service.test imports go.opentelemetry.io/collector/config/confighttp imports go.opentelemetry.io/collector/config/internal imports go.opentelemetry.io/collector/internal/localhostgate: package go.opentelemetry.io/collector/internal/localhostgate provided by go.opentelemetry.io/collector at latest version v0.109.0 but not at required version v0.109.1-0.20240916143658-74729e731d3b ``` Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
- Loading branch information
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters