File tree Expand file tree Collapse file tree 2 files changed +20
-284
lines changed Expand file tree Collapse file tree 2 files changed +20
-284
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/trim21/go-redis-prometheus
3
3
go 1.18
4
4
5
5
require (
6
- github.com/prometheus/client_golang v1.8.0
6
+ github.com/prometheus/client_golang v1.11.1
7
7
github.com/prometheus/client_model v0.2.0
8
8
github.com/redis/go-redis/v9 v9.0.2
9
9
github.com/stretchr/testify v1.8.4
@@ -15,12 +15,11 @@ require (
15
15
github.com/davecgh/go-spew v1.1.1 // indirect
16
16
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
17
17
github.com/golang/protobuf v1.4.3 // indirect
18
- github.com/google/go-cmp v0.5.2 // indirect
19
18
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
20
19
github.com/pmezard/go-difflib v1.0.0 // indirect
21
- github.com/prometheus/common v0.14 .0 // indirect
22
- github.com/prometheus/procfs v0.2 .0 // indirect
20
+ github.com/prometheus/common v0.26 .0 // indirect
21
+ github.com/prometheus/procfs v0.6 .0 // indirect
23
22
golang.org/x/sys v0.15.1-0.20231227214551-32cdffc66120 // indirect
24
- google.golang.org/protobuf v1.23.0 // indirect
23
+ google.golang.org/protobuf v1.26.0-rc.1 // indirect
25
24
gopkg.in/yaml.v3 v3.0.1 // indirect
26
25
)
You can’t perform that action at this time.
0 commit comments