summaryrefslogtreecommitdiffstats
path: root/models/webhook.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/webhook.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/webhook.go')
-rw-r--r--models/webhook.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/webhook.go b/models/webhook.go
index bb65dc0965..3255f7904e 100644
--- a/models/webhook.go
+++ b/models/webhook.go
@@ -15,7 +15,7 @@ import (
"github.com/go-xorm/xorm"
gouuid "github.com/satori/go.uuid"
- api "github.com/gogits/go-gogs-client"
+ api "github.com/go-gitea/go-sdk/gitea"
"github.com/go-gitea/gitea/modules/httplib"
"github.com/go-gitea/gitea/modules/log"