1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

rename import path

This commit is contained in:
Unknwon
2015-12-15 17:25:45 -05:00
parent 3362b3a44f
commit 19423957b1
22 changed files with 23 additions and 21 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"