aboutsummaryrefslogtreecommitdiff
path: root/routers
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 /routers
parent3362b3a44f9f4e0e482b08151e298f7809eefc59 (diff)
rename import path
Diffstat (limited to 'routers')
-rw-r--r--routers/api/v1/repo/file.go2
-rw-r--r--routers/install.go2
-rw-r--r--routers/repo/commit.go2
-rw-r--r--routers/repo/download.go2
-rw-r--r--routers/repo/pull.go2
-rw-r--r--routers/repo/repo.go2
-rw-r--r--routers/repo/setting.go2
-rw-r--r--routers/repo/view.go2
-rw-r--r--routers/repo/wiki.go2
9 files changed, 9 insertions, 9 deletions
diff --git a/routers/api/v1/repo/file.go b/routers/api/v1/repo/file.go
index 13a6c6c2..f64e6634 100644
--- a/routers/api/v1/repo/file.go
+++ b/routers/api/v1/repo/file.go
@@ -5,7 +5,7 @@
package repo
import (
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/middleware"
diff --git a/routers/install.go b/routers/install.go
index 6d2296cf..34dd4757 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -17,7 +17,7 @@ import (
"gopkg.in/ini.v1"
"gopkg.in/macaron.v1"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/models/cron"
diff --git a/routers/repo/commit.go b/routers/repo/commit.go
index 0f0e2203..10c2f8a1 100644
--- a/routers/repo/commit.go
+++ b/routers/repo/commit.go
@@ -10,7 +10,7 @@ import (
"github.com/Unknwon/paginater"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"
diff --git a/routers/repo/download.go b/routers/repo/download.go
index 3c3256b3..cb863c61 100644
--- a/routers/repo/download.go
+++ b/routers/repo/download.go
@@ -8,7 +8,7 @@ import (
"io"
"path"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/modules/base"
"github.com/gogits/gogs/modules/middleware"
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"
diff --git a/routers/repo/repo.go b/routers/repo/repo.go
index c1f2a0f1..c58d256a 100644
--- a/routers/repo/repo.go
+++ b/routers/repo/repo.go
@@ -12,7 +12,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"
diff --git a/routers/repo/setting.go b/routers/repo/setting.go
index 2c57d936..9e6ae8d4 100644
--- a/routers/repo/setting.go
+++ b/routers/repo/setting.go
@@ -8,7 +8,7 @@ import (
"strings"
"time"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/auth"
diff --git a/routers/repo/view.go b/routers/repo/view.go
index e4815bf0..4ba26a0c 100644
--- a/routers/repo/view.go
+++ b/routers/repo/view.go
@@ -12,7 +12,7 @@ import (
"github.com/Unknwon/paginater"
- git "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"
diff --git a/routers/repo/wiki.go b/routers/repo/wiki.go
index 77aa1c37..d2931dc1 100644
--- a/routers/repo/wiki.go
+++ b/routers/repo/wiki.go
@@ -9,7 +9,7 @@ import (
"strings"
"time"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/auth"