Skip to content

Commit

Permalink
vendor: update yaml.v3 to v3.0.1
Browse files Browse the repository at this point in the history
See go-yaml/yaml#666, and
go-yaml/yaml#665.

Signed-off-by: Alexandre Perrin <[email protected]>
  • Loading branch information
kaworu authored and michi-covalent committed Jun 10, 2022
1 parent 88c593d commit ece78ca
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 18 deletions.
2 changes: 1 addition & 1 deletion cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ require (
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.24.0 // indirect
k8s.io/apiserver v0.24.0 // indirect
k8s.io/component-base v0.24.0 // indirect
Expand Down
3 changes: 2 additions & 1 deletion cli/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 64 additions & 14 deletions cli/vendor/gopkg.in/yaml.v3/decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion cli/vendor/gopkg.in/yaml.v3/parserc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ gopkg.in/natefinch/lumberjack.v2
# gopkg.in/yaml.v2 v2.4.0
## explicit; go 1.15
gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
# gopkg.in/yaml.v3 v3.0.1
## explicit
gopkg.in/yaml.v3
# helm.sh/helm/v3 v3.9.0
Expand Down

0 comments on commit ece78ca

Please sign in to comment.