chore: update to yaml v3

This commit is contained in:
Christoph Haas
2025-02-28 16:15:22 +01:00
parent fdb436b135
commit 5c51573874
4 changed files with 3 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/a8m/envsubst"
"github.com/sirupsen/logrus"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
type Config struct {