Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The bcrypt package adress has changed. #8

Open
thisiscetin opened this issue Apr 17, 2016 · 1 comment
Open

The bcrypt package adress has changed. #8

thisiscetin opened this issue Apr 17, 2016 · 1 comment

Comments

@thisiscetin
Copy link

thisiscetin commented Apr 17, 2016

The import below has to be changed,

  • import "code.google.com/p/go.crypto/bcrypt"
    to,
  • import "golang.org/x/crypto/bcrypt"

you find that in many files, if you gonna maintain the repo I can change and send a PR.

@simonmackie
Copy link
Contributor

Please do, thanks Mehmet.

On Sun, Apr 17, 2016 at 10:43 PM, Mehmet Cetin notifications@github.com
wrote:

The import below has to be changed,

  • import "code.google.com/p/go.crypto/bcrypt" to,
  • import "golang.org/x/crypto/bcrypt"

you can see that in many files, if you gonna maintain the repo I can
change and send a PR.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#8

Simon Mackie
Managing editor, SitePoint

Skype: *simon.h.mackie
*Twitter
: @spiky_simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants