changes for yaml/v3 for wwctl commands

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

View File

@@ -17,7 +17,7 @@ import (
"github.com/warewulf/warewulf/internal/pkg/util"
"github.com/warewulf/warewulf/internal/pkg/warewulfd"
"github.com/warewulf/warewulf/internal/pkg/wwlog"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
func CobraRunE(cmd *cobra.Command, args []string) error {