Switching to YAML org supported go-yaml

This commit is contained in:
Mike Farah
2025-07-10 13:01:09 +10:00
parent 40808838ba
commit 99f88df21e
7 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package yqlib
import (
"fmt"
yaml "gopkg.in/yaml.v3"
yaml "go.yaml.in/yaml/v3"
)
func MapYamlStyle(original yaml.Style) Style {