update to yaml/v3 for project files

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2023-12-20 15:35:55 +01:00
committed by Jonathon Anderson
parent bddcdfcac4
commit 1740a8c11d
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/warewulf/warewulf/cmd/update_configuration/vers42"
"github.com/warewulf/warewulf/cmd/update_configuration/vers43"
"github.com/warewulf/warewulf/internal/pkg/util"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
var nowrite bool