From 932dbccb6738b2894e4faafce4f834ef6803efc6 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 15 Oct 2015 21:28:12 -0400 Subject: fix import path, fix #1782 --- 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 6d9a7269ec..0642d1cb7c 100644 --- a/modules/auth/org.go +++ b/modules/auth/org.go @@ -5,8 +5,8 @@ package auth import ( - "github.com/Unknwon/macaron" - "github.com/macaron-contrib/binding" + "github.com/go-macaron/binding" + "gopkg.in/macaron.v1" ) // ________ .__ __ .__ -- cgit v1.2.3