13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-07-03 18:09:30 +00:00

fix: update duration validation to use strfmt package

This commit is contained in:
nissy-dev 2026-06-04 21:40:10 +02:00 committed by Yann Hamon
parent ab97ec7693
commit 82ca67d2d0
37 changed files with 5322 additions and 11 deletions

2
go.mod
View file

@ -6,10 +6,12 @@ require (
github.com/hashicorp/go-retryablehttp v0.7.8
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
golang.org/x/text v0.37.0
k8s.io/kube-openapi v0.0.0-20260603220949-865597e52e25
sigs.k8s.io/yaml v1.6.0
)
require (
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
go.yaml.in/yaml/v2 v2.4.4 // indirect
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
)