mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-20 14:00:04 +02:00
Merge pull request #108 from go-gitea/go-sdk
Replaced gogits go-gogs-client with go-sdk
This commit is contained in:
commit
5d430c9e68
68 changed files with 78 additions and 89 deletions
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/go-gitea/gitea/modules/sync"
|
||||
"github.com/go-xorm/xorm"
|
||||
"github.com/go-gitea/git"
|
||||
api "github.com/gogits/go-gogs-client"
|
||||
api "github.com/go-gitea/go-sdk/gitea"
|
||||
)
|
||||
|
||||
var PullRequestQueue = sync.NewUniqueQueue(setting.Repository.PullRequestQueueLength)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue