asteris-llc / vaultfs

Vault filesystem (and Docker volume plugin)
Apache License 2.0
129 stars 12 forks source link

Vendor dependencies, update README.md. #1

Closed ojongerius closed 8 years ago

BrianHicks commented 8 years ago

Thanks, why did you choose godeps for this? We've been using Glide for Asteris projects, when possible, but I'd love to know why you prefer godep?

ojongerius commented 8 years ago

No other reason but familiarity. Glide looks pretty good, do you prefer it, and if so, why? I'll close this PR if you want to go with Glide. :smile:

BrianHicks commented 8 years ago

Sorry this has been hanging open so long! I prefer glide because the interface is better, and I've been frustrated by godep in the past. I've added vendoring to master, any 1.6+ compiler will be able to get stuff in vendor/ now. Thanks again for bringing this up!

ojongerius commented 8 years ago

:+1: