summaryrefslogtreecommitdiffstats
path: root/routers/repo/pull.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/repo/pull.go')
-rw-r--r--routers/repo/pull.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/routers/repo/pull.go b/routers/repo/pull.go
index 6dbb2b6025..bd767b4105 100644
--- a/routers/repo/pull.go
+++ b/routers/repo/pull.go
@@ -11,15 +11,13 @@ import (
"strings"
"github.com/Unknwon/com"
-
- "github.com/gogits/git-module"
-
"github.com/go-gitea/gitea/models"
"github.com/go-gitea/gitea/modules/auth"
"github.com/go-gitea/gitea/modules/base"
"github.com/go-gitea/gitea/modules/context"
"github.com/go-gitea/gitea/modules/log"
"github.com/go-gitea/gitea/modules/setting"
+ git "github.com/gogits/git-module"
)
const (