mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-28 21: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
|
@ -12,9 +12,9 @@ import (
|
|||
|
||||
"github.com/go-xorm/xorm"
|
||||
|
||||
"github.com/go-gitea/git"
|
||||
"code.gitea.io/git"
|
||||
|
||||
"github.com/go-gitea/gitea/modules/process"
|
||||
"code.gitea.io/gitea/modules/process"
|
||||
)
|
||||
|
||||
// Release represents a release of repository.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue