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
cannot find package "go.opentelemetry.io/otel/label" in any of:
/usr/lib/go/src/go.opentelemetry.io/otel/label (from $GOROOT)
/home/farlandercraft/go/src/go.opentelemetry.io/otel/label (from $GOPATH)
The go get command is failing due to this package being missing, and I can't find any documentation of this package online.
Not an issue with the Vigne package, but this is to help those dealing with the issue.
Go to your go folder, then src/github.com/go-redis/redis/ and change every reference from go.opentelemetry.io/otel/label to go.opentelemetry.io/otel/attribute, and do any other necessary renames as they have yet to be done by the actual maintainers of the code.
(Look here for help. https://github.com/open-telemetry/opentelemetry-go )
The text was updated successfully, but these errors were encountered:
The
go get
command is failing due to this package being missing, and I can't find any documentation of this package online.Not an issue with the Vigne package, but this is to help those dealing with the issue.
Go to your go folder, then src/github.com/go-redis/redis/ and change every reference from
go.opentelemetry.io/otel/label
togo.opentelemetry.io/otel/attribute
, and do any other necessary renames as they have yet to be done by the actual maintainers of the code.(Look here for help. https://github.com/open-telemetry/opentelemetry-go )
The text was updated successfully, but these errors were encountered: