aboutsummaryrefslogtreecommitdiffstats
path: root/modules
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 /modules
parent3362b3a44f9f4e0e482b08151e298f7809eefc59 (diff)
downloadgitea-19423957b17fe583e9a04f45aafe91335354d6e2.tar.gz
gitea-19423957b17fe583e9a04f45aafe91335354d6e2.zip
rename import path
Diffstat (limited to 'modules')
-rw-r--r--modules/middleware/context.go2
-rw-r--r--modules/middleware/repo.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/middleware/context.go b/modules/middleware/context.go
index 46a5c1f65d..571b19bf73 100644
--- a/modules/middleware/context.go
+++ b/modules/middleware/context.go
@@ -18,7 +18,7 @@ import (
"github.com/go-macaron/session"
"gopkg.in/macaron.v1"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/auth"
diff --git a/modules/middleware/repo.go b/modules/middleware/repo.go
index a6dd39664f..9ceb9903dd 100644
--- a/modules/middleware/repo.go
+++ b/modules/middleware/repo.go
@@ -11,7 +11,7 @@ import (
"gopkg.in/macaron.v1"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/log"