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

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

View file

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