mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
13 lines
364 B
Modula-2
13 lines
364 B
Modula-2
module github.com/yannh/kubeconform
|
|
|
|
go 1.17
|
|
|
|
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
|
|
)
|
|
|
|
require github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|