mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 05:59:22 +00:00
11 lines
240 B
Modula-2
11 lines
240 B
Modula-2
module github.com/yannh/kubeconform
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/hashicorp/go-retryablehttp v0.7.7
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
|
|
sigs.k8s.io/yaml v1.4.0
|
|
)
|
|
|
|
require github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|