-
Hello, I am updating deps of our project, but getting:
Any idea how to solve this? https://github.com/RHEnVision/provisioning-backend/blob/main/go.mod Is my understanding correct that one of our dependency still depends on syncint64?
We apparently use otelhttp package which needs syncint64. Thanks for help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Package You need replace them with the new API. See details v0.35.0. |
Beta Was this translation helpful? Give feedback.
Package
go.opentelemetry.io/otel/metric/instrument/{asyncfloat64,asyncint64,syncfloat64,syncint64}
is deprecated at v0.35.0, and remove at v0.36.0.You need replace them with the new API. See details v0.35.0.
You can specify an older version number in you
go.mod
if don't want to upgrade your code immediately.