mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-26 00:34:09 -04:00
Fix error log when loading issues caused by a xorm bug (#7271)
* fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
This commit is contained in:
2
vendor/github.com/go-xorm/xorm/session_cols.go
generated
vendored
2
vendor/github.com/go-xorm/xorm/session_cols.go
generated
vendored
@@ -9,7 +9,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/go-xorm/core"
|
||||
"xorm.io/core"
|
||||
)
|
||||
|
||||
type incrParam struct {
|
||||
|
Reference in New Issue
Block a user