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

@@ -9,7 +9,7 @@ import (
"github.com/swaggo/swag"
"github.com/swaggo/swag/gen"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
var apiRootPath = "/internal/app/api"