mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-27 02:54:24 -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/dialect_sqlite3.go
generated
vendored
2
vendor/github.com/go-xorm/xorm/dialect_sqlite3.go
generated
vendored
@@ -11,7 +11,7 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/go-xorm/core"
|
||||
"xorm.io/core"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user