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 @@ -10,7 +10,7 @@ require (
10
10
dario.cat/mergo v1.0.1
11
11
github.com/Masterminds/semver/v3 v3.3.1
12
12
github.com/go-logr/logr v1.4.2
13
- github.com/prometheus/client_golang v1.21.1
13
+ github.com/prometheus/client_golang v1.22.0
14
14
github.com/robfig/cron/v3 v3.0.1
15
15
github.com/stretchr/testify v1.10.0
16
16
go.uber.org/multierr v1.11.0
@@ -59,7 +59,6 @@ require (
59
59
github.com/inconshreveable/mousetrap v1.1.0 // indirect
60
60
github.com/josharian/intern v1.0.0 // indirect
61
61
github.com/json-iterator/go v1.1.12 // indirect
62
- github.com/klauspost/compress v1.18.0 // indirect
63
62
github.com/kylelemons/godebug v1.1.0 // indirect
64
63
github.com/mailru/easyjson v0.9.0 // indirect
65
64
github.com/mattn/go-colorable v0.1.14 // indirect
Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
127
127
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
128
128
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
129
129
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
130
- github.com/prometheus/client_golang v1.21.1 h1:DOvXXTqVzvkIewV/CDPFdejpMCGeMcbGCQ8YOmu+Ibk =
131
- github.com/prometheus/client_golang v1.21.1 /go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg =
130
+ github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q =
131
+ github.com/prometheus/client_golang v1.22.0 /go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0 =
132
132
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
133
133
github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
134
134
github.com/prometheus/common v0.63.0 h1:YR/EIY1o3mEFP/kZCD7iDMnLPlGyuU2Gb3HIcXnA98k =
You can’t perform that action at this time.
0 commit comments