mirror of
https://gitea.com/gitea/tea.git
synced 2025-09-02 01:48:30 +02:00
bump to yaml.v3
This commit is contained in:
@ -13,7 +13,7 @@ import (
|
||||
"code.gitea.io/tea/modules/utils"
|
||||
|
||||
"github.com/adrg/xdg"
|
||||
"gopkg.in/yaml.v2"
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
// FlagDefaults defines all flags that can be overridden with a default value
|
||||
|
Reference in New Issue
Block a user