fix(deps): update module gopkg.in/yaml.v2 to v3 (#172)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-07-11 11:15:54 +00:00
committed by GitHub
parent ebd8a596f3
commit 47e40922a1

2
go.mod
View File

@@ -32,7 +32,7 @@ require (
github.com/zcalusic/sysinfo v1.1.0
golang.org/x/mod v0.19.0
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
)