fix: pin to gopkg.in/yaml.v3 v3.0.1 (#779)
There is a security warning about using v3.0.0. We're not using it directly but some dependency of ours is using it and perhaps pinning would make the warning disappear? Thanks to @hellais for help investigating this issue.
This commit is contained in:
parent
66fd1569b8
commit
153bfe1c57
2 changed files with 3 additions and 1 deletions
1
go.mod
1
go.mod
|
|
@ -115,4 +115,5 @@ require (
|
|||
golang.org/x/tools v0.1.11-0.20220513221640-090b14e8501f // indirect
|
||||
google.golang.org/protobuf v1.28.0 // indirect
|
||||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue