mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-26 23:08:27 +08:00
Upgrade xorm to v0.8.0 (#8536)
This commit is contained in:

committed by
Antoine GIRARD

parent
ae132632a9
commit
d151503d34
@ -21,9 +21,9 @@ import (
|
||||
"code.gitea.io/gitea/modules/setting"
|
||||
"code.gitea.io/gitea/modules/timeutil"
|
||||
|
||||
"github.com/go-xorm/xorm"
|
||||
"github.com/unknwon/com"
|
||||
"xorm.io/core"
|
||||
"xorm.io/xorm"
|
||||
)
|
||||
|
||||
// LoginType represents an login type.
|
||||
|
Reference in New Issue
Block a user