mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
16 lines
389 B
Modula-2
16 lines
389 B
Modula-2
module github.com/yannh/kubeconform
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/hashicorp/go-retryablehttp v0.7.7
|
|
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
|
|
golang.org/x/text v0.28.0
|
|
k8s.io/kube-openapi v0.0.0-20251125145642-4e65d59e963e
|
|
sigs.k8s.io/yaml v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
|
|
)
|