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/wiki.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/repo/wiki.go') diff --git a/routers/repo/wiki.go b/routers/repo/wiki.go index 4043a96bee..b930ab07ac 100644 --- a/routers/repo/wiki.go +++ b/routers/repo/wiki.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "github.com/gogits/git-module" + "github.com/go-gitea/git" "github.com/go-gitea/gitea/models" "github.com/go-gitea/gitea/modules/auth" -- cgit v1.2.3