Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get the library using latest otel and go-redis v9 #73

Open
wojciechbator opened this issue Apr 26, 2023 · 1 comment
Open

Can't get the library using latest otel and go-redis v9 #73

wojciechbator opened this issue Apr 26, 2023 · 1 comment

Comments

@wojciechbator
Copy link

Describe the bug
Hello! When trying to go get github.com/nitishm/go-rejson/v4 I get such error: go.opentelemetry.io/otel/label: cannot find module providing package go.opentelemetry.io/otel/label. Seems to be related to: redis/go-redis#1678 . Could you please upgrade otel and change usage of label to attributes?

To Reproduce
Steps to reproduce the behavior:

  1. Use otel v1.14.0
  2. Try to get this lib
  3. See error

Expected behavior
The lib should install properly.

@Shivam010
Copy link
Collaborator

I don't think our project uses go.opentelemetry.io/otel/label

It's definitely something due to the version of go-redis.

Can you try updating the version of go-redis in your project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants