mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-18 09:27:02 +00:00
13 lines
245 B
Modula-2
13 lines
245 B
Modula-2
module github.com/yannh/kubeconform
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.1.1
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|