bump to yaml.v3

This commit is contained in:
techknowlogick
2023-09-10 03:47:43 +00:00
parent e3b4d68af7
commit d80c8ceffd
3 changed files with 2 additions and 12 deletions

View File

@ -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