-
Notifications
You must be signed in to change notification settings - Fork 7
Conversation
@whyrusleeping add a Makefile? we should have a standard:
|
|
||
## Dependencies | ||
go-stream-muxer uses gx to manage vendored dependencies. While this package may | ||
work just fine without the vendored deps, to avoid upstream changes breaking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while this package may work just fine without the vendored deps
what does this mean? how could it work without the deps?
@jbenet changed the paths to the gx paths |
@@ -5,7 +5,7 @@ package multistream | |||
import ( | |||
"net" | |||
|
|||
mss "github.com/whyrusleeping/go-multistream" | |||
mss "gx/ipfs/Qmf91yhgRLo2dhhbc5zZ7TxjMaR1oxaWaoc9zRZdi1kU4a/go-multistream" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@whyrusleeping this is fine with me but is not go-gettable. paths can be:
mss "ipfs.io/ipfs/Qmf91yhgRLo2dhhbc5zZ7TxjMaR1oxaWaoc9zRZdi1kU4a/go-multistream"
no?
or similarly:
mss "gx.io/ipfs/Qmf91yhgRLo2dhhbc5zZ7TxjMaR1oxaWaoc9zRZdi1kU4a/go-multistream"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When we get to the point where thats actually possible we can discuss switching to that, but for now its non-trivial to be able to go-get gx packages.
This PR has #6 as a prereq to make things easier on me