From 62074e9a181ecfbdee863b38b89800bcf9eab3bd Mon Sep 17 00:00:00 2001 From: Alen BOHCELYAN Date: Tue, 14 Feb 2017 19:20:29 +0200 Subject: [PATCH] import referance fix --- middleware/middleware.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/middleware.go b/middleware/middleware.go index 018a9b50..115f5393 100644 --- a/middleware/middleware.go +++ b/middleware/middleware.go @@ -10,7 +10,7 @@ import ( ctx "github.com/gophish/gophish/context" "github.com/gophish/gophish/models" "github.com/gorilla/csrf" - "../util" + "github.com/gophish/gophish/util" ) var CSRFExemptPrefixes = []string{