Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

move deps into gx #8

Merged
merged 4 commits into from
May 10, 2016
Merged

move deps into gx #8

merged 4 commits into from
May 10, 2016

Conversation

whyrusleeping
Copy link
Collaborator

This PR has #6 as a prereq to make things easier on me

@jbenet
Copy link
Collaborator

jbenet commented May 3, 2016

@whyrusleeping add a Makefile? we should have a standard:

  • makefile for gx-ified repos
  • section for the readme


## 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
Copy link
Collaborator

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?

@whyrusleeping
Copy link
Collaborator Author

@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"
Copy link
Collaborator

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"

Copy link
Collaborator Author

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.

@jbenet jbenet merged commit 6536209 into libp2p:master May 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants