2023-01-23 09:48:54 +03:00
|
|
|
module github.com/redis/go-redis/extra/redisprometheus/v9
|
2022-07-21 17:02:50 +03:00
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
2023-01-23 09:48:54 +03:00
|
|
|
replace github.com/redis/go-redis/v9 => ../..
|
2022-07-21 17:02:50 +03:00
|
|
|
|
|
|
|
require (
|
2023-01-23 09:48:54 +03:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2024-02-18 20:16:42 +03:00
|
|
|
github.com/redis/go-redis/v9 v9.5.0
|
2022-07-21 17:02:50 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-01-23 09:48:54 +03:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-07-21 17:02:50 +03:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2023-01-23 09:48:54 +03:00
|
|
|
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.28.1 // indirect
|
2022-07-21 17:02:50 +03:00
|
|
|
)
|