fix(deps): update module gopkg.in/yaml.v1 to v3 (#146)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-06 03:24:12 +00:00
committed by GitHub
parent 38ad8ef420
commit 395a3acd6b

2
go.mod
View File

@@ -36,7 +36,7 @@ require (
github.com/urfave/cli/v2 v2.27.2
github.com/zcalusic/sysinfo v1.0.1
golang.org/x/mod v0.18.0
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v3 v3.0.1
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)