From 6e4252dad4d162fb582c012efecd29e9fdf5819c Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sun, 6 Nov 2016 14:18:34 +0100 Subject: Replace gogits/git-module dependency with go-gitea/git (#94) * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) --- routers/repo/webhook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/repo/webhook.go') diff --git a/routers/repo/webhook.go b/routers/repo/webhook.go index 0c2f7c383e..77da3ea480 100644 --- a/routers/repo/webhook.go +++ b/routers/repo/webhook.go @@ -12,7 +12,7 @@ import ( "github.com/Unknwon/com" - git "github.com/gogits/git-module" + "github.com/go-gitea/git" api "github.com/gogits/go-gogs-client" "github.com/go-gitea/gitea/models" -- cgit v1.2.3