You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems I'm having an issue updating to the latest Ogen, and it's driving me mad. Does anyone know how to solve this?
What version of ogen are you using?
v0.70.0
Can this issue be reproduced with the latest version?
Yes
What did you do?
go get github.com/ogen-go/ogen@latest
What did you expect to see?
A working dependency
What did you see instead?
❯ go mod tidy
go: finding module for package go.opentelemetry.io/otel/metric/global
go: finding module for package go.opentelemetry.io/otel/metric/instrument
github.com/cycleplatform/api-client-go/client imports
go.opentelemetry.io/otel/metric/global: module go.opentelemetry.io/otel/metric@latest found (v1.16.0), but does not contain package go.opentelemetry.io/otel/metric/global
github.com/cycleplatform/api-client-go/client imports
go.opentelemetry.io/otel/metric/instrument: module go.opentelemetry.io/otel/metric@latest found (v1.16.0), but does not contain package go.opentelemetry.io/otel/metric/instrument
The text was updated successfully, but these errors were encountered:
Seems I'm having an issue updating to the latest Ogen, and it's driving me mad. Does anyone know how to solve this?
What version of ogen are you using?
v0.70.0
Can this issue be reproduced with the latest version?
Yes
What did you do?
go get github.com/ogen-go/ogen@latest
What did you expect to see?
A working dependency
What did you see instead?
The text was updated successfully, but these errors were encountered: