mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-03 09:06:35 +00:00
Update gopkg.in/yaml_v2 to yaml_v3
Previous version was vulnerable to CVE-2022-28948 Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"gopkg.in/yaml.v2"
|
||||
"gopkg.in/yaml.v3"
|
||||
"reflect"
|
||||
"testing"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user