Update gopkg.in/yaml

This fixes a panic in invalid input, but I think we aren't affected.
This commit is contained in:
Alexander Neumann
2022-05-26 14:23:49 +02:00
parent 9e30152f3c
commit bc27c370e7
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -47,7 +47,7 @@ require (
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)
go 1.15