File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
images/custom-error-pages/rootfs Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ module k8s.io/ingress-nginx/custom-error-pages
2
2
3
3
go 1.24.2
4
4
5
- require github.com/prometheus/client_golang v1.21.1
5
+ require github.com/prometheus/client_golang v1.22.0
6
6
7
7
require (
8
8
github.com/beorn7/perks v1.0.1 // indirect
9
9
github.com/cespare/xxhash/v2 v2.3.0 // indirect
10
- github.com/klauspost/compress v1.18.0 // indirect
11
10
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
12
11
github.com/prometheus/client_model v0.6.1 // indirect
13
12
github.com/prometheus/common v0.63.0 // indirect
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
14
14
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
15
15
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
16
16
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
17
- github.com/prometheus/client_golang v1.21.1 h1:DOvXXTqVzvkIewV/CDPFdejpMCGeMcbGCQ8YOmu+Ibk =
18
- github.com/prometheus/client_golang v1.21.1 /go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg =
17
+ github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q =
18
+ github.com/prometheus/client_golang v1.22.0 /go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0 =
19
19
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
20
20
github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
21
21
github.com/prometheus/common v0.63.0 h1:YR/EIY1o3mEFP/kZCD7iDMnLPlGyuU2Gb3HIcXnA98k =
You can’t perform that action at this time.
0 commit comments