diff options
Diffstat (limited to 'routers/admin/orgs.go')
-rw-r--r-- | routers/admin/orgs.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/routers/admin/orgs.go b/routers/admin/orgs.go index 32000721..0150f33c 100644 --- a/routers/admin/orgs.go +++ b/routers/admin/orgs.go @@ -6,9 +6,9 @@ package admin 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" "github.com/gogits/gogs/routers" ) |