chore: 使用 yaml3

This commit is contained in:
tiglog 2023-08-17 19:03:29 +08:00
parent ce6ee7dbf7
commit 18bdc982b2

View File

@ -14,8 +14,8 @@ import (
"git.hexq.cn/tiglog/golib/gfile" "git.hexq.cn/tiglog/golib/gfile"
"gopkg.in/yaml.v2"
"git.hexq.cn/tiglog/golib/helper" "git.hexq.cn/tiglog/golib/helper"
"gopkg.in/yaml.v3"
) )
type BaseConfig struct { type BaseConfig struct {