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

vendor: Switch from godep to glide tool #201

Merged
merged 1 commit into from
May 13, 2016
Merged

vendor: Switch from godep to glide tool #201

merged 1 commit into from
May 13, 2016

Conversation

dghubble
Copy link
Member

@dghubble dghubble commented May 12, 2016

cc @jonboulle @joeatwork

## Dependencies

Project dependencies are commited to the `vendor` directory, so Go 1.6+ users can clone to their `GOPATH` and build or test immediately.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May want to comment that Go 1.5 users can set GO15VENDOREXPERIMENT=1 in their bash profile.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

* Use glide for dependency management
* coreos/docs#775
@dghubble dghubble merged commit d4740e5 into master May 13, 2016
@dghubble dghubble deleted the godep-to-glide branch May 13, 2016 18:18
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

Successfully merging this pull request may close these issues.

vendor: Switch from Godeps tool to glide
2 participants