We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To prevent breaking API changes by freezing all of the dependencies we need at specific versions.
This can be done by forking all of the libraries that do not use hard versioning like go-qml.
The list is thus (but these may have further dependencies which need to be unraveled:
github.com/btcsuite/btcd -> github.com/soapboxfork/btcd github.com/btcsuite/btcrpcclient -> github.com/soapboxfork/btcrpcclient github.com/btcsuite/btcutil -> github.com/soapboxfork/btcutil github.com/btcsuite/go-flags -> github.com/soapboxfork/go-flags github.com/btcsuite/websocket -> github.com/soapboxfork/websocket github.com/microcosm-cc/bluemonday -> github.com/soapboxfork/bluemonday github.com/russross/blackfriday -> github.com/soapboxfork/blackfriday
The text was updated successfully, but these errors were encountered:
I will be using godep to do this.
Sorry, something went wrong.
No branches or pull requests
To prevent breaking API changes by freezing all of the dependencies we need at specific versions.
This can be done by forking all of the libraries that do not use hard versioning like go-qml.
The list is thus (but these may have further dependencies which need to be unraveled:
The text was updated successfully, but these errors were encountered: