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

Update go-random to the latest commit #293

Closed
chriscool opened this issue Nov 10, 2014 · 3 comments
Closed

Update go-random to the latest commit #293

chriscool opened this issue Nov 10, 2014 · 3 comments

Comments

@chriscool
Copy link
Contributor

As some bugs were fixed in go-random, maybe we should update it in Godeps/_workspace/src/github.com/jbenet/go-random.

I am not sure I know how to do it properly. Is there a go command to do that?

@btc
Copy link
Contributor

btc commented Nov 10, 2014

@chriscool

Perhaps there is a more straightforward way to accomplish this, but this is the procedure I used to update go-random:

cd go-ipfs
godep update github.com/jbenet/go-random

And to update all dependencies:

cd go-ipfs
godep update ...

NB: Not ./... but ...

btc pushed a commit that referenced this issue Nov 11, 2014
@chriscool
Copy link
Contributor Author

Thanks @maybebtc! I sent PR #295 so that the go-random update doesn't break the tests.

@btc
Copy link
Contributor

btc commented Nov 11, 2014

I'll close this issue as the concern is represented in PR #294

@btc btc closed this as completed Nov 11, 2014
btc pushed a commit that referenced this issue Nov 15, 2014
btc pushed a commit that referenced this issue Nov 15, 2014
ariescodescream pushed a commit to ariescodescream/go-ipfs that referenced this issue Oct 23, 2021
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

2 participants