diff options
Diffstat (limited to 'routers/repo/branch.go')
-rw-r--r-- | routers/repo/branch.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/repo/branch.go b/routers/repo/branch.go index d9a45fba..786dc068 100644 --- a/routers/repo/branch.go +++ b/routers/repo/branch.go @@ -12,8 +12,8 @@ import ( "github.com/gogits/git-module" "github.com/gogits/gogs/models" - "github.com/gogits/gogs/modules/base" - "github.com/gogits/gogs/modules/context" + "github.com/gogits/gogs/pkg/base" + "github.com/gogits/gogs/pkg/context" ) const ( |