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
I am trying to upgrade all fosite dependencies using go get -u but it fails
To Reproduce
go get -u ./...
Expected behavior
Dependencies get upgraded.
Expected behavior
I get the following error:
/home/mitar/go/pkg/mod/github.com/ory/x@v0.0.149/logrusx/helper.go:13:2: module go.opentelemetry.io/otel@latest found (v0.11.0), but does not contain package go.opentelemetry.io/otel/plugin/httptrace
It seems go.opentelemetry.io/otel v0.5.0 was the latest version to contain that plugin.
The text was updated successfully, but these errors were encountered:
They moved it in open-telemetry/opentelemetry-go#1032 (released with v0.11.0)
But we use v0.6.0 in go.mod anyway, I think you should not upgrade the dependency like this. Maybe just bump the version of ory/x explicitly?
Hm, I will have to learn how to upgrade dependencies better it seems. I was only trying to upgrade fosite and it seems it didn't respect its go.mod. Probably because of the bad command. Thanks.
Describe the bug
I am trying to upgrade all fosite dependencies using
go get -u
but it failsTo Reproduce
Expected behavior
Dependencies get upgraded.
Expected behavior
I get the following error:
It seems go.opentelemetry.io/otel v0.5.0 was the latest version to contain that plugin.
The text was updated successfully, but these errors were encountered: