Closed mdreizin closed 5 months ago
@mdreizin: https://github.com/kovetskiy/manul#whats-the-reason-for-yet-another-utility
The main advantage is that project repo will not contain vendor/
directory, which essentially will lead to big repo and slow go get/git clone. manul also does not have any lock
or spec
files, it operates purely on .gitmodules
.
@seletskiy I have already read that section ;)
I just asking, because I'm preparing a couple of fixes and manul
does not have convenient way to switch between versions of deps.
@seletskiy Feel free to close it if you don't want to switch to dep
(official dependency management tool).
I hope it will support submodules soon ;)
@mdreizin: If you have problems with manul, you can switch.
@mdreizin: BTW what problems do you have with switching between versions?
It is not a holy-war question, but I would like to know that :)
For now
dep
solves a lot of issues thatmanul
tried to solve.Using
dep
gives a lot of advantages comparing with set of similar tools.Do you mind if I replace
manul
withget
?