diff options
Diffstat (limited to 'routers/repo/download.go')
-rw-r--r-- | routers/repo/download.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/routers/repo/download.go b/routers/repo/download.go index 5cb8fb6817..654cc01399 100644 --- a/routers/repo/download.go +++ b/routers/repo/download.go @@ -8,10 +8,10 @@ import ( "io" "path" - "github.com/go-gitea/git" + "code.gitea.io/git" - "github.com/go-gitea/gitea/modules/base" - "github.com/go-gitea/gitea/modules/context" + "code.gitea.io/gitea/modules/base" + "code.gitea.io/gitea/modules/context" ) func ServeData(ctx *context.Context, name string, reader io.Reader) error { |