Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Use godep to vendor required libraries #86

Merged
merged 4 commits into from
Jul 6, 2015
Merged

Use godep to vendor required libraries #86

merged 4 commits into from
Jul 6, 2015

Conversation

nstott
Copy link
Contributor

@nstott nstott commented Jul 3, 2015

I'd like opinions on this,
this vendors our libraries using godep (github.com/tools/godep )
builds are roughly the same,
godep go build ./... instead of go build ./...
godep go test ./... instead of go test ./... etc

gopkg.in is a good solution for these types of problems, unfortunately not all the libraries that we import are branched properly to use that effectively

@jipperinbham
Copy link
Contributor

I am pro vendoring and use godep on other projects, so 👍

nstott added a commit that referenced this pull request Jul 6, 2015
Use godep to vendor required libraries
@nstott nstott merged commit 5bde540 into master Jul 6, 2015
@nstott nstott deleted the godeps branch July 6, 2015 14:34
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