Fixing dependencies

This commit is contained in:
Jordan Wright 2016-01-11 22:46:48 -06:00
parent 38082f0498
commit 1081258c02

View file

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