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
{{ message }}
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
It appears that label was removed from go.opentelemetry.io/otel/, but the redis import is still looking for it.
I've tried several things, including this suggestion, but none of them have worked - I am new to Go so I'm not sure where to go from here. Can someone please point me in the right direction?
The text was updated successfully, but these errors were encountered:
Uhm, seems I need to update the go-redis version. Thanks for the report.
Thanks for updating that! I'm still seeing the same error at the moment after re-running the command. I've tried both go clean -modcache to try and clear the cache, and I've also forked the repo and tried running it that way. In both cases, I'm left with the same error:
When using xcaddy as follows:
/etc/xcaddy build master --with github.com/gamalan/caddy-tlsredis
the build fails with the following error:
It appears that
label
was removed fromgo.opentelemetry.io/otel/
, but the redis import is still looking for it.I've tried several things, including this suggestion, but none of them have worked - I am new to Go so I'm not sure where to go from here. Can someone please point me in the right direction?
The text was updated successfully, but these errors were encountered: