Unified gopkg.in/yaml version to v2 (#5169)

* Unified gopkg.in/yaml version to v2 and go mod tidy

* update CHANGELOG
This commit is contained in:
Xuing
2023-03-09 15:19:01 +08:00
committed by Ming Deng
parent daa85868f5
commit f61065d674
6 changed files with 6 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ import (
"strings"
"sync"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
"github.com/beego/beego/v2/core/config"
"github.com/beego/beego/v2/core/logs"