Updating go-yaml from v3 to v4

This commit is contained in:
Mike Farah
2025-09-09 20:05:58 +10:00
parent 6251e95af8
commit 6957399dc0
6 changed files with 5 additions and 147 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"container/list"
"io"
"go.yaml.in/yaml/v3"
"go.yaml.in/yaml/v4"
)
type nodeInfoPrinter struct {