diff options
Diffstat (limited to 'modules/auth/repo_branch_form.go')
-rw-r--r-- | modules/auth/repo_branch_form.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/auth/repo_branch_form.go b/modules/auth/repo_branch_form.go index 57e63741aa..a4baabe354 100644 --- a/modules/auth/repo_branch_form.go +++ b/modules/auth/repo_branch_form.go @@ -5,8 +5,8 @@ package auth import ( - "github.com/go-macaron/binding" - macaron "gopkg.in/macaron.v1" + "gitea.com/macaron/binding" + "gitea.com/macaron/macaron" ) // NewBranchForm form for creating a new branch |