Merge pull request #108 from go-gitea/go-sdk

Replaced gogits go-gogs-client with go-sdk
This commit is contained in:
Thomas Boerger 2016-11-07 16:31:17 +01:00 committed by GitHub
commit 5d430c9e68
68 changed files with 78 additions and 89 deletions

View file

@ -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)