mirror of https://github.com/go-redis/redis.git
28 lines
815 B
Modula-2
28 lines
815 B
Modula-2
module github.com/redis/go-redis/extra/redisprometheus/v9
|
|
|
|
go 1.19
|
|
|
|
replace github.com/redis/go-redis/v9 => ../..
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/redis/go-redis/v9 v9.6.2
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.39.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
)
|
|
|
|
retract (
|
|
v9.5.3 // This version was accidentally released.
|
|
)
|