mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 22:17:20 +00:00
Upgrade xorm to v0.8.0 (#8536)
This commit is contained in:
committed by
Antoine GIRARD
parent
ae132632a9
commit
d151503d34
@ -18,9 +18,9 @@ import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
"code.gitea.io/gitea/modules/timeutil"
|
||||
|
||||
"github.com/go-xorm/xorm"
|
||||
"github.com/unknwon/com"
|
||||
"xorm.io/builder"
|
||||
"xorm.io/xorm"
|
||||
)
|
||||
|
||||
// CommentType defines whether a comment is just a simple comment, an action (like close) or a reference.
|
||||
|
Reference in New Issue
Block a user