Skip to content

Commit

Permalink
fix: add exclude for koanf in distro manifest
Browse files Browse the repository at this point in the history
Without it, the ambiguous dependency error still persists. 🤷
  • Loading branch information
andrzej-stencel committed Sep 5, 2023
1 parent 1576bed commit efc96ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otelcolbuilder/.otelcol-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ connectors:
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/connector/servicegraphconnector v0.84.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.84.0

excludes:
- github.com/knadh/koanf v1.5.0

# Replacement paths are relative to the output_path (location of source files)
replaces:
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit efc96ca

Please sign in to comment.