mirror of https://github.com/go-redis/redis.git
17 lines
431 B
Modula-2
17 lines
431 B
Modula-2
module github.com/redis/go-redis/extra/redisotel/v9
|
|
|
|
go 1.15
|
|
|
|
replace github.com/redis/go-redis/v9 => ../..
|
|
|
|
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
|
|
|
|
require (
|
|
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.3
|
|
github.com/redis/go-redis/v9 v9.0.3
|
|
go.opentelemetry.io/otel v1.12.0
|
|
go.opentelemetry.io/otel/metric v0.35.0
|
|
go.opentelemetry.io/otel/sdk v1.12.0
|
|
go.opentelemetry.io/otel/trace v1.12.0
|
|
)
|