chore: Switch to maintained yaml

This commit is contained in:
Manuel Rüger
2026-02-08 01:09:24 +01:00
parent e294a7317e
commit 8d83ec00c0
4 changed files with 6 additions and 3 deletions

3
go.mod
View File

@@ -19,8 +19,8 @@ require (
github.com/urfave/cli-altsrc/v3 v3.1.0
github.com/urfave/cli/v3 v3.6.2
github.com/yuin/goldmark v1.7.16
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/text v0.33.0
gopkg.in/yaml.v3 v3.0.1
oss.terrastruct.com/d2 v0.7.1
oss.terrastruct.com/util-go v0.0.0-20250213174338-243d8661088a
)
@@ -57,4 +57,5 @@ require (
golang.org/x/sys v0.36.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)