Closed chyroc closed 7 years ago
Hi @Chyroc, I'm not sure about vendoring yet. I tried dep
a month ago or so and had some pretty big issues. I'll take a look tonight and see how it fairs, what I do want to do though is help people with vendoring in their generated Lile apps!
Hi @Chyroc, I looked into vendoring but got different results with my dep due to having different libraries installed, so I've pushed that up and closed this. I hope the vendoring helps you out!
see this : https://github.com/golang/dep
and then we can install dependency of the same version to
/vendor
and if you do not need this, you can close this pr.