1
0
mirror of https://github.com/redis/go-redis.git synced 2025-08-01 16:06:54 +03:00

Update OpenTelemetry to 0.17.0 and fix "undefined: otel.Meter"

This commit is contained in:
alijozi
2021-02-16 11:38:55 +01:00
parent 8d9ebc8459
commit 1f32092a3b
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -7,5 +7,5 @@ require (
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
github.com/onsi/ginkgo v1.15.0
github.com/onsi/gomega v1.10.5
go.opentelemetry.io/otel v0.16.0
go.opentelemetry.io/otel v0.17.0
)