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.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/repo/download.go b/routers/repo/download.go
index faa30ac9d7..c1f8142cd8 100644
--- a/routers/repo/download.go
+++ b/routers/repo/download.go
@@ -10,8 +10,8 @@ import (
"github.com/gogits/git-module"
- "github.com/gogits/gogs/modules/base"
- "github.com/gogits/gogs/modules/context"
+ "github.com/go-gitea/gitea/modules/base"
+ "github.com/go-gitea/gitea/modules/context"
)
func ServeData(ctx *context.Context, name string, reader io.Reader) error {