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

dependent package errors #13

Closed
eric-hon opened this issue Aug 6, 2016 · 4 comments
Closed

dependent package errors #13

eric-hon opened this issue Aug 6, 2016 · 4 comments

Comments

@eric-hon
Copy link

eric-hon commented Aug 6, 2016

make update-deps:
godep: Package (golang.org/x/net/context) not found

make install-deps:
unrecognized import path "golang.org/x/crypto/bcrypt
unrecognized import path "golang.org/x/crypto/blowfish"
unrecognized import path "golang.org/x/net/context"

and how to solved it ?

@RichardKnop
Copy link
Owner

RichardKnop commented Aug 6, 2016

Do you have Go environment setup properly?

What do you see here:

ls $GOPATH/src

There should be golang.org forder there which contains some core crypto libraries.

@eric-hon
Copy link
Author

eric-hon commented Aug 8, 2016

No found golang.org forder

@eric-hon
Copy link
Author

eric-hon commented Aug 8, 2016

the Go environment is correct:
export GOROOT=/usr/local/go
export GOPATH=/home/eric/go
export PATH=$GOROOT/bin:$GOPATH/bin:$PATH

put the link golang.org/x/net/context to webbrowser,display is "no found the web" and then redirect to https://godoc.org/golang.org/x/net/context

@eric-hon
Copy link
Author

eric-hon commented Aug 8, 2016

i see, that's ok!

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