1
0
mirror of https://github.com/volatiletech/authboss.git synced 2024-11-24 08:42:17 +02:00

Fix bad hg dependencies :D

This commit is contained in:
Aaron 2015-01-12 23:51:25 -08:00
parent 7f9fe3ec77
commit de3fdaeacd

View File

@ -5,7 +5,7 @@ import (
"net/http"
"path/filepath"
"code.google.com/p/go.crypto/bcrypt"
"golang.org/x/crypto/bcrypt"
"gopkg.in/authboss.v0"