diff options
Diffstat (limited to 'routers/dev')
-rw-r--r-- | routers/dev/template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/dev/template.go b/routers/dev/template.go index d2f77ac4d5..63d5d9a5bb 100644 --- a/routers/dev/template.go +++ b/routers/dev/template.go @@ -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" |