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:
parent
6ae8c45bc1
commit
d8f00a3a30
32 changed files with 452 additions and 134 deletions
6
go.mod
6
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue