summaryrefslogtreecommitdiffstats
path: root/models
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
parent3362b3a44f9f4e0e482b08151e298f7809eefc59 (diff)
downloadgitea-19423957b17fe583e9a04f45aafe91335354d6e2.tar.gz
gitea-19423957b17fe583e9a04f45aafe91335354d6e2.zip
rename import path
Diffstat (limited to 'models')
-rw-r--r--models/action.go2
-rw-r--r--models/git_diff.go2
-rw-r--r--models/pull.go2
-rw-r--r--models/release.go2
-rw-r--r--models/repo.go2
-rw-r--r--models/update.go2
-rw-r--r--models/user.go2
-rw-r--r--models/webhook_slack.go2
-rw-r--r--models/wiki.go2
9 files changed, 9 insertions, 9 deletions
diff --git a/models/action.go b/models/action.go
index 89003214dd..9ecf67b4b6 100644
--- a/models/action.go
+++ b/models/action.go
@@ -17,7 +17,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/base"
diff --git a/models/git_diff.go b/models/git_diff.go
index 2113250451..1b2fb5f2b1 100644
--- a/models/git_diff.go
+++ b/models/git_diff.go
@@ -18,7 +18,7 @@ import (
"golang.org/x/net/html/charset"
"golang.org/x/text/transform"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/modules/base"
"github.com/gogits/gogs/modules/log"
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"
diff --git a/models/release.go b/models/release.go
index 28cbfaab74..9fc5d3967b 100644
--- a/models/release.go
+++ b/models/release.go
@@ -12,7 +12,7 @@ import (
"github.com/go-xorm/xorm"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/modules/process"
)
diff --git a/models/repo.go b/models/repo.go
index 8b6731a72e..82e3463377 100644
--- a/models/repo.go
+++ b/models/repo.go
@@ -27,7 +27,7 @@ import (
"github.com/mcuadros/go-version"
"gopkg.in/ini.v1"
- git "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
api "github.com/gogits/go-gogs-client"
"github.com/gogits/gogs/modules/base"
diff --git a/models/update.go b/models/update.go
index 0c4d342d01..5c6ea7f656 100644
--- a/models/update.go
+++ b/models/update.go
@@ -10,7 +10,7 @@ import (
"os/exec"
"strings"
- git "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/modules/log"
)
diff --git a/models/user.go b/models/user.go
index d1f06dea80..36927730d5 100644
--- a/models/user.go
+++ b/models/user.go
@@ -25,7 +25,7 @@ import (
"github.com/go-xorm/xorm"
"github.com/nfnt/resize"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/modules/avatar"
"github.com/gogits/gogs/modules/base"
diff --git a/models/webhook_slack.go b/models/webhook_slack.go
index 519ac7a22c..e41bbbc79f 100644
--- a/models/webhook_slack.go
+++ b/models/webhook_slack.go
@@ -10,7 +10,7 @@ import (
"fmt"
"strings"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
api "github.com/gogits/go-gogs-client"
)
diff --git a/models/wiki.go b/models/wiki.go
index 5003b177f7..86b6c19efc 100644
--- a/models/wiki.go
+++ b/models/wiki.go
@@ -15,7 +15,7 @@ import (
"github.com/Unknwon/com"
- "github.com/gogits/git-shell"
+ "github.com/gogits/git-module"
"github.com/gogits/gogs/modules/setting"
)