fix: CVE-2022-41727 GHSA-qgc7-mgm3-q253

This commit is contained in:
guoguangwu 2023-05-26 21:36:31 +08:00
parent 0ddb9e4ef1
commit 318efe5c45
2 changed files with 26 additions and 2 deletions

2
go.mod
View file

@ -12,6 +12,6 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
golang.org/x/image v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)