Update yaml v3 to v3.0.1 to fix CVE 2022 28948 (#309)

This commit is contained in:
James Lamb
2022-06-10 12:16:25 +10:00
committed by GitHub
parent 195d56c42e
commit 9d72e94240
2 changed files with 5 additions and 7 deletions
+1 -2
View File
@@ -3,8 +3,7 @@ module github.com/alecthomas/kong
require (
github.com/alecthomas/repr v0.0.0-20210801044451-80ca428c5142
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
github.com/stretchr/testify v1.7.2
)
go 1.13