mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 05:59:22 +00:00
10 lines
177 B
Modula-2
10 lines
177 B
Modula-2
module github.com/yannh/kubeconform
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require gopkg.in/yaml.v2 v2.4.0 // indirect
|