Update api to v0.16.0

This commit is contained in:
koba1t
2023-12-07 19:30:36 +09:00
parent c2ec4bb482
commit c259c478e5
62 changed files with 93 additions and 93 deletions

View File

@@ -5,7 +5,7 @@ go 1.20
require (
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.1
sigs.k8s.io/kustomize/api v0.15.0
sigs.k8s.io/kustomize/api v0.16.0
sigs.k8s.io/kustomize/kyaml v0.16.0
)
@@ -34,5 +34,3 @@ require (
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)
replace sigs.k8s.io/kustomize/api => ../../api