There is a conflict in go.opentelemetry.io/otel. My project already imports a library which uses the latest version of go.opentelemetry.io/otel, but goadmin still uses older versions as in go.opentelemetry.io/otel v0.20
Example code [If you have any code info]
go: github.com/Org/project imports
github.com/Org/go/metrics imports
go.opentelemetry.io/otel/sdk/metric/controller/basic imports
go.opentelemetry.io/otel/metric/registry: module go.opentelemetry.io/otel/metric@latest found (v1.28.0), but does not contain package go.opentelemetry.io/otel/metric/registry
Description [describe your questions]
There is a conflict in go.opentelemetry.io/otel. My project already imports a library which uses the latest version of go.opentelemetry.io/otel, but goadmin still uses older versions as in go.opentelemetry.io/otel v0.20
Example code [If you have any code info]
go: github.com/Org/project imports github.com/Org/go/metrics imports go.opentelemetry.io/otel/sdk/metric/controller/basic imports go.opentelemetry.io/otel/metric/registry: module go.opentelemetry.io/otel/metric@latest found (v1.28.0), but does not contain package go.opentelemetry.io/otel/metric/registry
Others [screenshots or other info]