1
0
Fork 0
forked from forgejo/forgejo

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

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