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

Resource unaccessible golang.org/x/crypto/ed25519 #5

Open
muhammadramis opened this issue Nov 16, 2018 · 5 comments
Open

Resource unaccessible golang.org/x/crypto/ed25519 #5

muhammadramis opened this issue Nov 16, 2018 · 5 comments

Comments

@muhammadramis
Copy link

I am having type error: cannot use keyPair.PublicKey (type "**github.com/bigchaindb/go-bigchaindb-driver/vendor/golang.org/x/crypto/ed25519".PublicKey**) as type "**golang.org/x/crypto/ed25519**".PublicKey in append
since the package has a crypto library in vendor folder it's usage of that type, which is resulting in type error due to being it inaccessible to outside package

@butters001
Copy link

Save the subdirectory of the verdor directory to your gopath, then rm -rf github.com/bigchaindb/go-bigchaindb-driver/vendor/

@robelkebede
Copy link

i have got the same problem

@dogusural
Copy link

@robelkebede have you managed to solve it by any chance ?

@robelkebede
Copy link

@dogusural NO

@dogusural
Copy link

As a temporary workaround just run this script https://gist.github.com/dogusural/1a012a0165089557fe289c7d46107870

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

4 participants