replace gopkg.in/yaml.v2 with sigs.k8s.io/yaml/goyaml.v2

Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
This commit is contained in:
Prashant Rewar
2023-10-26 13:29:40 +05:30
parent 96ad106ee1
commit 2ab117166f
74 changed files with 113 additions and 218 deletions

View File

@@ -13,9 +13,8 @@ require (
github.com/stretchr/testify v1.8.1
github.com/xlab/treeprint v1.2.0
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
golang.org/x/sys v0.12.0
golang.org/x/sys v0.13.0
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/kube-openapi v0.0.0-20230601164746-7562a1006961
sigs.k8s.io/yaml v1.4.0
)