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" )