summaryrefslogtreecommitdiffstats
path: root/routers/repo/download.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/repo/download.go')
-rw-r--r--routers/repo/download.go2
1 files changed, 1 insertions, 1 deletions
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"