Updated bcrypt dependency - fixes #63

pull/64/head
Jordan Wright 2016-01-10 14:54:59 -06:00
parent 19c2027419
commit 737f41e5c6
1 changed files with 1 additions and 1 deletions

View File

@ -9,11 +9,11 @@ import (
"crypto/rand"
"code.google.com/p/go.crypto/bcrypt"
ctx "github.com/gorilla/context"
"github.com/gorilla/securecookie"
"github.com/gorilla/sessions"
"github.com/jordan-wright/gophish/models"
"golang.org/x/crypto/bcrypt"
)
//init registers the necessary models to be saved in the session later