mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
11 lines
273 B
Modula-2
11 lines
273 B
Modula-2
module github.com/yannh/kubeconform
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/beevik/etree v1.1.0
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|