From 18bdc982b206ff327cae8d04b97ccb2cae14541c Mon Sep 17 00:00:00 2001 From: tiglog Date: Thu, 17 Aug 2023 19:03:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BD=BF=E7=94=A8=20yaml3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gconfig/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gconfig/config.go b/gconfig/config.go index 51a5421..aa524ae 100644 --- a/gconfig/config.go +++ b/gconfig/config.go @@ -14,8 +14,8 @@ import ( "git.hexq.cn/tiglog/golib/gfile" - "gopkg.in/yaml.v2" "git.hexq.cn/tiglog/golib/helper" + "gopkg.in/yaml.v3" ) type BaseConfig struct {