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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/repo/pull.go b/routers/repo/pull.go
index c57a03153c..50cd77f3fb 100644
--- a/routers/repo/pull.go
+++ b/routers/repo/pull.go
@@ -17,7 +17,7 @@ import (
"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"
+ "github.com/go-gitea/git"
)
const (