migrate yaml lib #130

Merged
techknowlogick merged 2 commits from 6543/tea:migrate-yaml into master 2020-04-28 03:39:44 +00:00
Showing only changes of commit bd115b3807 - Show all commits

View File

@ -21,7 +21,7 @@ import (
"code.gitea.io/tea/modules/git"
"code.gitea.io/tea/modules/utils"
"github.com/go-gitea/yaml"
"gopkg.in/yaml.v2"
)
// Login represents a login to a gitea server, you even could add multiple logins for one gitea server