summaryrefslogtreecommitdiffstats
path: root/models/pull.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-15 17:25:45 -0500
committerUnknwon <u@gogs.io>2015-12-15 17:25:45 -0500
commit19423957b17fe583e9a04f45aafe91335354d6e2 (patch)
tree48c4f8c503f07eda239c89194d40ca594f6aa1e4 /models/pull.go
parent3362b3a44f9f4e0e482b08151e298f7809eefc59 (diff)
downloadgitea-19423957b17fe583e9a04f45aafe91335354d6e2.tar.gz
gitea-19423957b17fe583e9a04f45aafe91335354d6e2.zip
rename import path
Diffstat (limited to 'models/pull.go')
-rw-r--r--models/pull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/pull.go b/models/pull.go
index f7785dfc54..8497285e16 100644
--- a/models/pull.go
+++ b/models/pull.go
@@ -14,7 +14,7 @@ import (
"github.com/Unknwon/com"
"github.com/go-xorm/xorm"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
api "github.com/gogits/go-gogs-client"
"github.com/gogits/gogs/modules/log"