I`m using machinery with V2.0.11, when I try to install dependency through go mod tidy,that throw an error about:
go: kstart/machinery imports
github.com/RichardKnop/machinery/v2/backends/redis imports
github.com/go-redis/redis/v8 imports
go.opentelemetry.io/otel/label: module go.opentelemetry.io/otel@latest found (v1.22.0), but does not contain package go.opentelemetry.io/otel/label
go: kstart/machinery imports
github.com/RichardKnop/machinery/v2/backends/redis imports
github.com/go-redis/redis/v8 imports
github.com/go-redis/redis/v8/internal imports
go.opentelemetry.io/otel/metric/global: module go.opentelemetry.io/otel/metric@latest found (v1.22.0), but does not contain package go.opentelemetry.io/otel/metric/global
I`m using machinery with V2.0.11, when I try to install dependency through
go mod tidy
,that throw an error about:My code like this:
I tried in Windows, Mac, and Linux, and they threw the same error