mirror of
https://github.com/gophish/gophish
synced 2024-11-15 00:37:14 +00:00
Fixing dependencies
This commit is contained in:
parent
38082f0498
commit
1081258c02
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue