mirror of
https://github.com/yannh/kubeconform.git
synced 2026-06-29 00:10:45 +00:00
15 lines
311 B
Modula-2
15 lines
311 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
|
|
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
|
|
)
|