Use the oficial golang.org/x/crypto lib
This commit is contained in:
parent
fb43f2b83a
commit
97dd6934b4
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"crypto/rand"
|
||||
"errors"
|
||||
|
||||
"code.google.com/p/go.crypto/scrypt"
|
||||
"golang.org/x/crypto/scrypt"
|
||||
"gopkg.in/mgo.v2"
|
||||
"gopkg.in/mgo.v2/bson"
|
||||
)
|
||||
|
|
Reference in a new issue