diff options
author | Thomas Boerger <thomas@webhippie.de> | 2016-11-07 16:31:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-07 16:31:17 +0100 |
commit | 5d430c9e68f7e50e6d1727c43518e84579fd6a4f (patch) | |
tree | 8b4c8058aa6d24f7e1bf5637327bfee229cc85f7 /models/pull.go | |
parent | ee963f67c1eb023b6ed70a2c0f14c6d3c927b8ac (diff) | |
parent | 4c6c16f358a67d31b1cde8642d4175a336fdcbf0 (diff) | |
download | gitea-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.go | 2 |
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) |