Updated yaml.v3.

This commit is contained in:
mikestefanello 2022-05-29 09:15:29 -04:00
parent 77e9b60cbf
commit 02d306fae3
2 changed files with 3 additions and 2 deletions

2
go.mod
View file

@ -84,6 +84,6 @@ require (
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apimachinery v0.23.5 // indirect
)