1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 09:55:20 +02:00

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