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 /routers/api/v1/repo/hook.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 'routers/api/v1/repo/hook.go')
-rw-r--r-- | routers/api/v1/repo/hook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/v1/repo/hook.go b/routers/api/v1/repo/hook.go index 315172199b..3d0bb80a7c 100644 --- a/routers/api/v1/repo/hook.go +++ b/routers/api/v1/repo/hook.go @@ -9,7 +9,7 @@ import ( "github.com/Unknwon/com" - api "github.com/gogits/go-gogs-client" + api "github.com/go-gitea/go-sdk/gitea" "github.com/go-gitea/gitea/models" "github.com/go-gitea/gitea/modules/context" |