mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
8 lines
132 B
Modula-2
8 lines
132 B
Modula-2
module github.com/yannh/kubeconform
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
|
|
sigs.k8s.io/yaml v1.4.0
|
|
)
|