Update api to v0.19.0

This commit is contained in:
koba1t
2025-01-14 23:54:58 +09:00
parent b69e76509f
commit 07f62bd986
60 changed files with 90 additions and 90 deletions

View File

@@ -5,7 +5,7 @@ go 1.22.7
require (
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.9.0
sigs.k8s.io/kustomize/api v0.18.0
sigs.k8s.io/kustomize/api v0.19.0
sigs.k8s.io/kustomize/kyaml v0.19.0
)
@@ -31,5 +31,3 @@ require (
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)
replace sigs.k8s.io/kustomize/api => ../../api