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

Manage dependencies via Godep #1714

Merged
merged 3 commits into from
Feb 13, 2016
Merged

Manage dependencies via Godep #1714

merged 3 commits into from
Feb 13, 2016

Conversation

sean-
Copy link
Contributor

@sean- sean- commented Feb 13, 2016

Embrace the future and use Go 1.6's vendor support via Godep.

Go 1.5 users should export GO15VENDOREXPERIMENT=1

Embrace the future and use Go 1.6's vendor support via Godep.

Go 1.5 users should `export GO15VENDOREXPERIMENT=1`
@@ -1,12 +1,9 @@
GOTOOLS = github.com/mitchellh/gox golang.org/x/tools/cmd/stringer \
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this set of things / associated target is useful for people building for the first time. These aren't built into the binary so we don't want to vendor them, but they are Go-based tools used in the build process.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good suggestion, readded the tools target.

@slackpad
Copy link
Contributor

You can probably delete the deps folder as part of this change - those will exist for their releases and we no longer need to maintain that.

sean- added a commit that referenced this pull request Feb 13, 2016
Manage dependencies via Godep
@sean- sean- merged commit 8d55552 into master Feb 13, 2016
@sean- sean- deleted the e-godeps branch February 13, 2016 01:13
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.

2 participants