You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.
Using the Blockchain Enterprise Plan on Bluemix, we have successfully created a new channel and added peers, however when trying to deploy GO chaincode which uses third-party libraries, we are getting the error:
@jonathan-yk-tan - You need to use a tool like govendor to vendor any dependencies which are not part of the Go std library into your chaincode package
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using the Blockchain Enterprise Plan on Bluemix, we have successfully created a new channel and added peers, however when trying to deploy GO chaincode which uses third-party libraries, we are getting the error:
"Error:
/opt/go/src/github.com/xeipuuv/gojsonschema (from $GOROOT) /chaincode/input/src/github.com/xeipuuv/gojsonschema (from $GOPATH) /opt/gopath/src/github.com/xeipuuv/gojsonschema "
Does the Enterprise plan support any GO package manager like Govend?
If not, what is the directory structure to upload the dependencies together with the chaincode zip?
The text was updated successfully, but these errors were encountered: