update to yaml/v3 for project files
Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
committed by
Jonathon Anderson
parent
bddcdfcac4
commit
1740a8c11d
@@ -233,7 +233,7 @@ The dependencies and their licenses are as follows:
|
|||||||
|
|
||||||
**License URL:** <https://github.com/square/go-jose/blob/v2.5.1/LICENSE>
|
**License URL:** <https://github.com/square/go-jose/blob/v2.5.1/LICENSE>
|
||||||
|
|
||||||
## gopkg.in/yaml.v2
|
## gopkg.in/yaml.v3
|
||||||
|
|
||||||
**License:** Apache-2.0
|
**License:** Apache-2.0
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import (
|
|||||||
"github.com/warewulf/warewulf/cmd/update_configuration/vers42"
|
"github.com/warewulf/warewulf/cmd/update_configuration/vers42"
|
||||||
"github.com/warewulf/warewulf/cmd/update_configuration/vers43"
|
"github.com/warewulf/warewulf/cmd/update_configuration/vers43"
|
||||||
"github.com/warewulf/warewulf/internal/pkg/util"
|
"github.com/warewulf/warewulf/internal/pkg/util"
|
||||||
"gopkg.in/yaml.v2"
|
"gopkg.in/yaml.v3"
|
||||||
)
|
)
|
||||||
|
|
||||||
var nowrite bool
|
var nowrite bool
|
||||||
|
|||||||
Reference in New Issue
Block a user