Update api to v0.13.1

This commit is contained in:
Katrina Verey
2023-02-02 10:45:39 -05:00
parent 183928e6ba
commit db2a3800ed
2 changed files with 2 additions and 2 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.12.1
sigs.k8s.io/kustomize/api v0.13.1
sigs.k8s.io/kustomize/kyaml v0.14.0
)