2021-09-09 13:38:11 +02:00
|
|
|
module k8s.io/ingress-nginx/custom-error-pages
|
|
|
|
|
|
2025-05-07 17:59:16 +02:00
|
|
|
go 1.24.3
|
2021-09-09 13:38:11 +02:00
|
|
|
|
2025-04-14 03:42:42 -07:00
|
|
|
require github.com/prometheus/client_golang v1.22.0
|
2021-09-09 13:38:11 +02:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-09-30 13:28:03 +01:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2025-04-14 04:39:44 -07:00
|
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
2025-03-24 15:16:33 +01:00
|
|
|
github.com/prometheus/common v0.63.0 // indirect
|
2025-04-21 12:01:45 +02:00
|
|
|
github.com/prometheus/procfs v0.16.1 // indirect
|
2025-04-14 17:13:07 +02:00
|
|
|
golang.org/x/sys v0.32.0 // indirect
|
2025-03-24 15:16:33 +01:00
|
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
2021-09-09 13:38:11 +02:00
|
|
|
)
|