mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 05:59:22 +00:00
WIP - upgrade jsonschema to v6
This commit is contained in:
parent
35718141ea
commit
d8bff7fadd
1 changed files with 2 additions and 4 deletions
6
go.mod
6
go.mod
|
|
@ -5,10 +5,8 @@ go 1.22
|
|||
require (
|
||||
github.com/hashicorp/go-retryablehttp v0.7.7
|
||||
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
|
||||
golang.org/x/text v0.14.0
|
||||
sigs.k8s.io/yaml v1.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
)
|
||||
require github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
||||
|
|
|
|||
Loading…
Reference in a new issue