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/user_form.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/auth/user_form.go') diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index 53f5fb15..88d6dd9f 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -7,8 +7,8 @@ package auth import ( "mime/multipart" - "github.com/Unknwon/macaron" - "github.com/macaron-contrib/binding" + "github.com/go-macaron/binding" + "gopkg.in/macaron.v1" ) type InstallForm struct { -- cgit v1.2.3