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/download.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/repo/download.go') diff --git a/routers/repo/download.go b/routers/repo/download.go index c1f8142cd8..5cb8fb6817 100644 --- a/routers/repo/download.go +++ b/routers/repo/download.go @@ -8,7 +8,7 @@ import ( "io" "path" - "github.com/gogits/git-module" + "github.com/go-gitea/git" "github.com/go-gitea/gitea/modules/base" "github.com/go-gitea/gitea/modules/context" -- cgit v1.2.3