go install third part package, unrecognized import path -
detail:
c:\>go -u github.com/hidu/proxy-manager package code.google.com/p/go.net/proxy: http://www.google.com/hangouts/: stopped after 10 redirects package golang.org/x/crypto/blowfish: unrecognized import path "golang.org/x/crypto/blowfish" package golang.org/x/crypto/cast5: unrecognized import path "golang.org/x/crypto/cast5" package golang.org/x/crypto/salsa20/salsa: unrecognized import path "golang.org/x/crypto/salsa20/salsa"
i think maybe because google forbidden in china? how solve error?
i opened issue here, solved of repo owner.
the package try install using godep
, go vendor
.
go vendor
need go 1.5 +, , important thing :
export go15vendorexperiment=1
this command make install successful.
Comments
Post a Comment