aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo/commit.go
diff options
context:
space:
mode:
authorMatthias Loibl <mail@matthiasloibl.com>2016-11-05 17:56:35 +0100
committerMatthias Loibl <mail@matthiasloibl.com>2016-11-05 17:56:35 +0100
commit1f44b01e2a21b0e715dfd2ccad4574433c8775c3 (patch)
tree95959543a495b95b943dfeecad17668ea76dd6b2 /routers/repo/commit.go
parent91b589f2f0fb93f9f9882426c43c363276d2235a (diff)
downloadgitea-1f44b01e2a21b0e715dfd2ccad4574433c8775c3.tar.gz
gitea-1f44b01e2a21b0e715dfd2ccad4574433c8775c3.zip
Fix imports found by goimports.
Diffstat (limited to 'routers/repo/commit.go')
-rw-r--r--routers/repo/commit.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/routers/repo/commit.go b/routers/repo/commit.go
index 4a4d4b1231..91037fb46b 100644
--- a/routers/repo/commit.go
+++ b/routers/repo/commit.go
@@ -9,13 +9,11 @@ import (
"path"
"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"
"github.com/go-gitea/gitea/modules/setting"
+ git "github.com/gogits/git-module"
)
const (