File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/google/uuid v1.6.0
10
10
github.com/hashicorp/vault/api v1.16.0
11
11
github.com/kelseyhightower/envconfig v1.4.0
12
- github.com/prometheus/client_golang v1.21.1
12
+ github.com/prometheus/client_golang v1.22.0
13
13
github.com/prometheus/common v0.63.0
14
14
github.com/redis/go-redis/v9 v9.7.3
15
15
github.com/sirupsen/logrus v1.9.3
@@ -63,7 +63,6 @@ require (
63
63
github.com/hashicorp/hcl v1.0.0 // indirect
64
64
github.com/josharian/intern v1.0.0 // indirect
65
65
github.com/json-iterator/go v1.1.12 // indirect
66
- github.com/klauspost/compress v1.18.0 // indirect
67
66
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
68
67
github.com/leodido/go-urn v1.4.0 // indirect
69
68
github.com/mailru/easyjson v0.9.0 // indirect
Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
163
163
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
164
164
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
165
165
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
166
- github.com/prometheus/client_golang v1.21.1 h1:DOvXXTqVzvkIewV/CDPFdejpMCGeMcbGCQ8YOmu+Ibk =
167
- github.com/prometheus/client_golang v1.21.1 /go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg =
166
+ github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q =
167
+ github.com/prometheus/client_golang v1.22.0 /go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0 =
168
168
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
169
169
github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
170
170
github.com/prometheus/common v0.63.0 h1:YR/EIY1o3mEFP/kZCD7iDMnLPlGyuU2Gb3HIcXnA98k =
You can’t perform that action at this time.
0 commit comments