From 1081258c02ee21e0cbda7815283a0af08492afde Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Mon, 11 Jan 2016 22:46:48 -0600 Subject: [PATCH] Fixing dependencies --- auth/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth.go b/auth/auth.go index 35c3206f..f267c068 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -9,10 +9,10 @@ import ( "crypto/rand" + "github.com/gophish/gophish/models" ctx "github.com/gorilla/context" "github.com/gorilla/securecookie" "github.com/gorilla/sessions" - "github.com/jordan-wright/gophish/models" "golang.org/x/crypto/bcrypt" )