diff options
Diffstat (limited to 'routers/dev')
-rw-r--r-- | routers/dev/template.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/routers/dev/template.go b/routers/dev/template.go index ee81f380..081ab4a0 100644 --- a/routers/dev/template.go +++ b/routers/dev/template.go @@ -6,9 +6,9 @@ package dev import ( "github.com/gogits/gogs/models" - "github.com/gogits/gogs/modules/base" - "github.com/gogits/gogs/modules/context" - "github.com/gogits/gogs/modules/setting" + "github.com/gogits/gogs/pkg/base" + "github.com/gogits/gogs/pkg/context" + "github.com/gogits/gogs/pkg/setting" ) func TemplatePreview(ctx *context.Context) { |