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