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/middleware/org.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/middleware/org.go') diff --git a/modules/middleware/org.go b/modules/middleware/org.go index 065e1b1e..1e7d4a67 100644 --- a/modules/middleware/org.go +++ b/modules/middleware/org.go @@ -5,7 +5,7 @@ package middleware import ( - "github.com/Unknwon/macaron" + "gopkg.in/macaron.v1" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/log" -- cgit v1.2.3