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/auth.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/auth/auth.go') diff --git a/modules/auth/auth.go b/modules/auth/auth.go index ecae5b06b0..f144899b3c 100644 --- a/modules/auth/auth.go +++ b/modules/auth/auth.go @@ -10,9 +10,9 @@ import ( "time" "github.com/Unknwon/com" - "github.com/Unknwon/macaron" - "github.com/macaron-contrib/binding" - "github.com/macaron-contrib/session" + "github.com/go-macaron/binding" + "github.com/go-macaron/session" + "gopkg.in/macaron.v1" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/base" -- cgit v1.2.3