13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-07-03 18:09:30 +00:00

Update Golang to 1.21.4 (#245)

This commit is contained in:
Yann Hamon 2023-11-18 18:31:34 +01:00 committed by GitHub
parent 6ae8c45bc1
commit d8f00a3a30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 452 additions and 134 deletions

6
go.mod
View file

@ -1,10 +1,8 @@
module github.com/yannh/kubeconform
go 1.20
go 1.21
require (
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
sigs.k8s.io/yaml v1.3.0
sigs.k8s.io/yaml v1.4.0
)
require gopkg.in/yaml.v2 v2.4.0 // indirect