scripts: stop using gopkg.in/yaml

used a different library in scripts/yaml, forgot to in scripts/ini and
main.go
This commit is contained in:
Harvey Tindall
2025-11-27 20:38:16 +00:00
parent 96983d70c8
commit 836974e1b2
8 changed files with 29 additions and 243 deletions
+1 -1
View File
@@ -7,9 +7,9 @@ import (
"os"
"strings"
"github.com/goccy/go-yaml"
"github.com/hrfee/jfa-go/common"
"gopkg.in/ini.v1"
"gopkg.in/yaml.v3"
)
func fixDescription(desc string) string {