bigchaindb/go-bigchaindb-driver

Resource unaccessible golang.org/x/crypto/ed25519

muhammadramis opened this issue · 5 comments

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

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

i have got the same problem

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

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