Update api to v0.13.2

This commit is contained in:
Katrina Verey
2023-03-13 21:07:40 -04:00
parent efe1374940
commit fa90046136
62 changed files with 93 additions and 93 deletions

View File

@@ -5,7 +5,7 @@ go 1.19
require (
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.8.1
sigs.k8s.io/kustomize/api v0.13.1
sigs.k8s.io/kustomize/api v0.13.2
sigs.k8s.io/kustomize/kyaml v0.14.1
)
@@ -36,5 +36,3 @@ require (
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)
replace sigs.k8s.io/kustomize/api => ../../api