isacikgoz / gitbatch

manage your git repositories in one place
MIT License
1.54k stars 53 forks source link

Vendor dependencies using dep #52

Closed hsorellana closed 5 years ago

hsorellana commented 5 years ago

@isacikgoz FYI i used dep because that's the package manager i have used before, but the ideal would be using go modules but i'm still learning how to use it.

isacikgoz commented 5 years ago

hey @hsorellana I would hold this PR for a while since it is drastic change! :)

btw, I was intentionally staying way from dep and I was palying on modules too. And I am planning a refactor on my packages. After that, I will focus on dependency management.

hsorellana commented 5 years ago

ouh ok! with the refactoring, i was changing small stuff in the code and i'll send another small PR with those changes, if that helps you!

isacikgoz commented 5 years ago

Thanks again @hsorellana . I'm closing this now as I'm looking to use Go modules, which I think is a better step going forward.