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:
- Use otel v1.14.0
- Try to get this lib
- See error
Expected behavior
The lib should install properly.