You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
Remove the deprecated internal exporters/otlp* packages (#4469)
* Remove the deprecated otlpmetric/internal pkg * Remove the deprecated otlp/internal pkg * Remove the deprecated otlptrace/internal pkg * Remove the deprecated otlptrace/internal/envconfig pkg * Remove the deprecated otlptrace/internal/otlpconfig pkg * Remove the deprecated otlptrace/internal/otlptracetest pkg * Remove the deprecated otlptrace/internal/retry pkg * Add changelog entry * Remove dependabot entries * Remove versions.yaml entry * Run go mod tidy * Remove linter override for removed pkgs * Run crosslink
This commit is contained in:
@@ -20,6 +20,7 @@ require (
|
||||
github.com/go-logr/stdr v1.2.2 // indirect
|
||||
github.com/golang/protobuf v1.5.3 // indirect
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
go.opentelemetry.io/otel/metric v1.17.0 // indirect
|
||||
golang.org/x/net v0.10.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user