2021-09-09 11:38:11 +00:00
|
|
|
module k8s.io/ingress-nginx/custom-error-pages
|
|
|
|
|
2024-01-28 01:15:14 +00:00
|
|
|
go 1.21
|
2021-09-09 11:38:11 +00:00
|
|
|
|
2023-02-15 13:54:24 +00:00
|
|
|
require github.com/prometheus/client_golang v1.11.1
|
2021-09-09 11:38:11 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
2022-04-15 19:53:12 +00:00
|
|
|
github.com/golang/protobuf v1.5.0 // indirect
|
2021-09-09 11:38:11 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
github.com/prometheus/common v0.26.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
2023-03-05 18:56:57 +00:00
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
2022-04-15 19:53:12 +00:00
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
2021-09-09 11:38:11 +00:00
|
|
|
)
|