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
@@ -8,7 +8,7 @@ import (
"regexp"
"strings"
yaml "go.yaml.in/yaml/v3"
yaml "go.yaml.in/yaml/v4"
)
type yamlDecoder struct {