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