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

@@ -15,7 +15,7 @@ import (
"akvorado/common/helpers"
"akvorado/common/reporter"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
func TestOrchestratorStart(t *testing.T) {