Address snyk and dependabot issues

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-03-10 17:58:24 -06:00
committed by Christian Goll
parent 6afaea9d87
commit 9a3533237f
13 changed files with 364 additions and 362 deletions

View File

@@ -1,12 +1,19 @@
package node
import (
"encoding/gob"
"net"
"github.com/warewulf/warewulf/internal/pkg/util"
"github.com/warewulf/warewulf/internal/pkg/wwtype"
)
func init() {
gob.Register([]interface{}{})
gob.Register(map[string]interface{}{})
gob.Register(map[interface{}]interface{}{})
}
/******
* YAML data representations
******/