nitishm / go-rejson

Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wojciechbator opened this issue · comments

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.

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?