2023-01-23 09:48:54 +03:00
|
|
|
module github.com/redis/go-redis/extra/redisotel/v9
|
2020-10-21 15:19:27 +03:00
|
|
|
|
2023-05-01 11:33:30 +03:00
|
|
|
go 1.19
|
2020-10-21 15:19:27 +03:00
|
|
|
|
2023-01-23 09:48:54 +03:00
|
|
|
replace github.com/redis/go-redis/v9 => ../..
|
2020-11-21 10:56:52 +03:00
|
|
|
|
2023-01-23 09:48:54 +03:00
|
|
|
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
|
2020-10-21 15:19:27 +03:00
|
|
|
|
|
|
|
require (
|
2024-01-07 13:27:07 +03:00
|
|
|
github.com/redis/go-redis/extra/rediscmd/v9 v9.4.0
|
|
|
|
github.com/redis/go-redis/v9 v9.4.0
|
2023-05-24 12:07:43 +03:00
|
|
|
go.opentelemetry.io/otel v1.16.0
|
|
|
|
go.opentelemetry.io/otel/metric v1.16.0
|
|
|
|
go.opentelemetry.io/otel/sdk v1.16.0
|
|
|
|
go.opentelemetry.io/otel/trace v1.16.0
|
2023-05-01 11:33:30 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2023-05-24 12:07:43 +03:00
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
2020-10-21 15:19:27 +03:00
|
|
|
)
|