summaryrefslogtreecommitdiffstats
path: root/routers/repo/pull.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-24 07:36:38 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-24 07:36:38 -0400
commit59bbddb3183c27cbb5fb7918cefd9bb3a763a410 (patch)
tree89f4faae12e81201268055029863db7a61c4a9ea /routers/repo/pull.go
parentd44c44987f704e2d4343db8c252281c86adb4a71 (diff)
downloadgitea-59bbddb3183c27cbb5fb7918cefd9bb3a763a410.tar.gz
gitea-59bbddb3183c27cbb5fb7918cefd9bb3a763a410.zip
Mirror fix
Diffstat (limited to 'routers/repo/pull.go')
-rw-r--r--routers/repo/pull.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/repo/pull.go b/routers/repo/pull.go
index d4a12a4a83..16c60389da 100644
--- a/routers/repo/pull.go
+++ b/routers/repo/pull.go
@@ -6,6 +6,7 @@ package repo
import (
"github.com/codegangsta/martini"
+
"github.com/gogits/gogs/modules/middleware"
)