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:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user