gobuffalo / envy

Envy makes working with ENV variables in Go trivial.
MIT License
156 stars 21 forks source link

Tracking dependencies with dep #5

Closed arschles closed 6 years ago

arschles commented 6 years ago

@markbates I've added the vendor dir to the .gitignore since this is a package. Not sure if you'd like me to dep ensure in the CI build. Let me know

markbates commented 6 years ago

I'm closing this because we've tried it in the past and it caused a lot of problems upstream. Thanks though

arschles commented 6 years ago

No worries!

@markbates out of curiosity, I wonder if you could tell me what kind of problems it caused upstream. Might be a good thing to bring up with the dep and/or vgo folks. I'll even volunteer to ferry along some info if you don't have bandwidth for it 😄