mirror of
https://github.com/yannh/kubeconform.git
synced 2026-06-29 08:20:44 +00:00
17 lines
428 B
Modula-2
17 lines
428 B
Modula-2
module github.com/yannh/kubeconform
|
|
|
|
go 1.26
|
|
|
|
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
|
|
)
|