From 19423957b17fe583e9a04f45aafe91335354d6e2 Mon Sep 17 00:00:00 2001
From: Unknwon <u@gogs.io>
Date: Tue, 15 Dec 2015 17:25:45 -0500
Subject: rename import path

---
 routers/repo/pull.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'routers/repo/pull.go')

diff --git a/routers/repo/pull.go b/routers/repo/pull.go
index 38a4c470..f543fc31 100644
--- a/routers/repo/pull.go
+++ b/routers/repo/pull.go
@@ -11,7 +11,7 @@ import (
 
 	"github.com/Unknwon/com"
 
-	"github.com/gogits/git-shell"
+	"github.com/gogits/git-module"
 
 	"github.com/gogits/gogs/models"
 	"github.com/gogits/gogs/modules/auth"
-- 
cgit v1.2.3