Change new martini impot path

This commit is contained in:
Unknown
2014-03-30 12:11:28 -04:00
parent 3698431fc1
commit d0e6a4c25a
22 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"strings"
"time"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"
+1 -1
View File
@@ -7,7 +7,7 @@ package admin
import (
"strings"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/auth"
+1 -1
View File
@@ -5,7 +5,7 @@
package dev
import (
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"strings"
"github.com/Unknwon/goconfig"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/lunny/xorm"
"github.com/gogits/gogs/models"
+2 -1
View File
@@ -5,7 +5,8 @@
package repo
import (
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/middleware"
)
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"container/list"
"path"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"net/url"
"strings"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/auth"
+1 -1
View File
@@ -5,7 +5,7 @@
package repo
import (
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/gogs/modules/middleware"
)
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"path/filepath"
"strings"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/webdav"
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"net/url"
"strings"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/auth"