File tree Expand file tree Collapse file tree 4 files changed +75
-33
lines changed
github.com/prometheus/client_golang/prometheus Expand file tree Collapse file tree 4 files changed +75
-33
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/gorilla/mux v1.8.1
99 github.com/json-iterator/go v1.1.12
1010 github.com/mitchellh/mapstructure v1.5.0
11- github.com/prometheus/client_golang v1.20.2
11+ github.com/prometheus/client_golang v1.20.4
1212 github.com/prometheus/common v0.57.0
1313 github.com/sirupsen/logrus v1.9.3
1414 github.com/stretchr/testify v1.9.0
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9
7979github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
8080github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
8181github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
82- github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg =
83- github.com/prometheus/client_golang v1.20.2 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
82+ github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI =
83+ github.com/prometheus/client_golang v1.20.4 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
8484github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
8585github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
8686github.com/prometheus/common v0.57.0 h1:Ro/rKjwdq9mZn1K5QPctzh+MA4Lp0BuYk5ZZEVhoNcY =
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ github.com/mwitkow/go-conntrack
103103# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
104104## explicit
105105github.com/pmezard/go-difflib/difflib
106- # github.com/prometheus/client_golang v1.20.2
106+ # github.com/prometheus/client_golang v1.20.4
107107## explicit; go 1.20
108108github.com/prometheus/client_golang/api
109109github.com/prometheus/client_golang/api/prometheus/v1
You can’t perform that action at this time.
0 commit comments