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
@@ -3,7 +3,7 @@ package yqlib
import (
"fmt"
yaml "go.yaml.in/yaml/v3"
yaml "go.yaml.in/yaml/v4"
)
func MapYamlStyle(original yaml.Style) Style {