From 171b3598778a1ecd0a921c71ed6755bfef68f7f0 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Fri, 23 Aug 2019 09:40:30 -0700 Subject: Use gitea forked macaron (#7933) Signed-off-by: Tamal Saha --- modules/auth/org.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/auth/org.go') diff --git a/modules/auth/org.go b/modules/auth/org.go index d51ab75d3a..367468e587 100644 --- a/modules/auth/org.go +++ b/modules/auth/org.go @@ -9,8 +9,8 @@ import ( "code.gitea.io/gitea/models" "code.gitea.io/gitea/modules/structs" - "github.com/go-macaron/binding" - "gopkg.in/macaron.v1" + "gitea.com/macaron/binding" + "gitea.com/macaron/macaron" ) // ________ .__ __ .__ -- cgit v1.2.3