diff options
Diffstat (limited to 'cmd/web.go')
-rw-r--r-- | cmd/web.go | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -30,12 +30,12 @@ import ( "gopkg.in/macaron.v1" "github.com/gogits/gogs/models" - "github.com/gogits/gogs/modules/bindata" - "github.com/gogits/gogs/modules/context" - "github.com/gogits/gogs/modules/form" - "github.com/gogits/gogs/modules/mailer" - "github.com/gogits/gogs/modules/setting" - "github.com/gogits/gogs/modules/template" + "github.com/gogits/gogs/pkg/bindata" + "github.com/gogits/gogs/pkg/context" + "github.com/gogits/gogs/pkg/form" + "github.com/gogits/gogs/pkg/mailer" + "github.com/gogits/gogs/pkg/setting" + "github.com/gogits/gogs/pkg/template" "github.com/gogits/gogs/routers" "github.com/gogits/gogs/routers/admin" apiv1 "github.com/gogits/gogs/routers/api/v1" |