Skip to content

Commit f4c26a6

Browse files
build(deps): update module github.com/prometheus/client_golang to v1.11.1 [security] (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a643437 commit f4c26a6

File tree

2 files changed

+20
-284
lines changed

2 files changed

+20
-284
lines changed

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/trim21/go-redis-prometheus
33
go 1.18
44

55
require (
6-
github.com/prometheus/client_golang v1.8.0
6+
github.com/prometheus/client_golang v1.11.1
77
github.com/prometheus/client_model v0.2.0
88
github.com/redis/go-redis/v9 v9.0.2
99
github.com/stretchr/testify v1.8.4
@@ -15,12 +15,11 @@ require (
1515
github.com/davecgh/go-spew v1.1.1 // indirect
1616
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
1717
github.com/golang/protobuf v1.4.3 // indirect
18-
github.com/google/go-cmp v0.5.2 // indirect
1918
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
2019
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
2322
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
2524
gopkg.in/yaml.v3 v3.0.1 // indirect
2625
)

0 commit comments

Comments
 (0)