mirror of https://github.com/gophish/gophish
Updated bcrypt dependency - fixes #63
parent
19c2027419
commit
737f41e5c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue