summaryrefslogtreecommitdiffstats
path: root/routers/repo/view.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/repo/view.go')
-rw-r--r--routers/repo/view.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/routers/repo/view.go b/routers/repo/view.go
index e8b8d1e002..0e082b52ea 100644
--- a/routers/repo/view.go
+++ b/routers/repo/view.go
@@ -13,9 +13,6 @@ import (
"strings"
"github.com/Unknwon/paginater"
-
- "github.com/gogits/git-module"
-
"github.com/go-gitea/gitea/models"
"github.com/go-gitea/gitea/modules/base"
"github.com/go-gitea/gitea/modules/context"
@@ -24,6 +21,7 @@ import (
"github.com/go-gitea/gitea/modules/setting"
"github.com/go-gitea/gitea/modules/template"
"github.com/go-gitea/gitea/modules/template/highlight"
+ git "github.com/gogits/git-module"
)
const (