1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00
Files
opentelemetry-go/exporters/otlp
Damien Mathieu c359e91ea2 Fix dependencies to unreleased sdk/logtest (#6800)
Fixes https://github.com/open-telemetry/opentelemetry-go/issues/6801

`sdk/log/logtest`, which is exported into its own module, is also not
released.
Yet the package upgrade turned it into its own version, which went
unseen because the local import is using a replace statement.
For some reason, this also wasn't triggered when I [checked the contrib
repo](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/RELEASING.md#verify-otel-changes).

I believe we need to cut 0.12.1 for those three modules.

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
2025-05-21 15:14:07 +02:00
..