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
@@ -9,7 +9,7 @@ import (
"strings"
"github.com/fatih/color"
"go.yaml.in/yaml/v3"
"go.yaml.in/yaml/v4"
)
type yamlEncoder struct {