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

View file

@ -8,7 +8,7 @@ import (
"net/http"
"reflect"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/binding"

View file

@ -9,7 +9,7 @@ import (
"reflect"
"strings"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/binding"

View file

@ -8,7 +8,7 @@ import (
"net/http"
"reflect"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/binding"

View file

@ -8,7 +8,7 @@ import (
"net/http"
"reflect"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/binding"

View file

@ -9,7 +9,7 @@ import (
"reflect"
"strings"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/binding"

View file

@ -8,11 +8,10 @@ import (
"net/http"
"reflect"
"github.com/codegangsta/martini"
"github.com/gogits/session"
"github.com/go-martini/martini"
"github.com/gogits/binding"
"github.com/gogits/session"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"

View file

@ -7,7 +7,7 @@ package middleware
import (
"net/url"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/gogs/modules/base"
)

View file

@ -15,7 +15,7 @@ import (
"strings"
"time"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/cache"
"github.com/gogits/git"

View file

@ -11,7 +11,7 @@ import (
"runtime"
"time"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
)
var isWindows bool

View file

@ -17,7 +17,7 @@ import (
"path/filepath"
"time"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/gogs/modules/base"
)

View file

@ -9,7 +9,7 @@ import (
"fmt"
"strings"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"github.com/gogits/git"