13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-07-02 17:39:30 +00:00

fix go.mod

This commit is contained in:
Yann Hamon 2024-05-09 23:48:09 +02:00
parent 7062384492
commit 142517fc45

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/yannh/kubeconform
go 1.22.1
go 1.22
require (
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1