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

Freeze go import dependencies #2

Open
NSkelsey opened this issue Apr 21, 2015 · 1 comment
Open

Freeze go import dependencies #2

NSkelsey opened this issue Apr 21, 2015 · 1 comment

Comments

@NSkelsey
Copy link
Member

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
@NSkelsey
Copy link
Member Author

I will be using godep to do this.

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

1 participant