aboutsummaryrefslogtreecommitdiffstats
path: root/models/pull.go
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2016-11-07 16:31:17 +0100
committerGitHub <noreply@github.com>2016-11-07 16:31:17 +0100
commit5d430c9e68f7e50e6d1727c43518e84579fd6a4f (patch)
tree8b4c8058aa6d24f7e1bf5637327bfee229cc85f7 /models/pull.go
parentee963f67c1eb023b6ed70a2c0f14c6d3c927b8ac (diff)
parent4c6c16f358a67d31b1cde8642d4175a336fdcbf0 (diff)
downloadgitea-5d430c9e68f7e50e6d1727c43518e84579fd6a4f.tar.gz
gitea-5d430c9e68f7e50e6d1727c43518e84579fd6a4f.zip
Merge pull request #108 from go-gitea/go-sdk
Replaced gogits go-gogs-client with go-sdk
Diffstat (limited to 'models/pull.go')
-rw-r--r--models/pull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/pull.go b/models/pull.go
index adb5ab74f0..600360f764 100644
--- a/models/pull.go
+++ b/models/pull.go
@@ -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)