mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-22 20:00:03 +02:00
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
# Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go
This commit is contained in:
commit
b0ddced2b5
168 changed files with 478 additions and 475 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
"github.com/go-xorm/xorm"
|
||||
gouuid "github.com/satori/go.uuid"
|
||||
|
||||
"github.com/go-gitea/gitea/modules/base"
|
||||
"code.gitea.io/gitea/modules/base"
|
||||
)
|
||||
|
||||
// AccessToken represents a personal access token.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue