cmd: switch to gopkg.in/yaml.v3 for YAML parsing

This commit is contained in:
Vincent Bernat
2023-01-29 13:09:22 +01:00
parent 6d660e0887
commit 9884844adf
7 changed files with 23 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/gin-gonic/gin"
"github.com/mitchellh/mapstructure"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
"akvorado/common/helpers"
)