Skip to content

Commit

Permalink
run crosslink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten committed Oct 5, 2022
1 parent 7b8b1d9 commit 4682b5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions exporter/otlpexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ require (
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.opentelemetry.io/collector/pdata => ../../pdata

replace go.opentelemetry.io/collector => ../..

replace go.opentelemetry.io/collector/semconv => ../../semconv

0 comments on commit 4682b5a

Please sign in to comment.