Skip to content

Freeze go import dependencies #2

@NSkelsey

Description

@NSkelsey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions