yfuzz icon indicating copy to clipboard operation
yfuzz copied to clipboard

Replace glide with dep

Open tariq1890 opened this issue 6 years ago • 2 comments

This PR uses golang dep for dependency management.

i) Updated Readme to point to Dep instead of glide ii) Update Makefile to run dep ensure iii) Added new Makefile function dep-check which runs the dep check command. dep check is a lightweight validation mechanism to ensure the dependencies are managed correctly within the repo

tariq1890 avatar Nov 25 '18 20:11 tariq1890

Admittedly I haven't been keeping up as much with go this term as I should have, but hasn't dep been superseded by https://github.com/golang/go/wiki/Modules?

ian-fox avatar Dec 02 '18 23:12 ian-fox

yes. Modules is going to be the de facto standard for package management I believe

tariq1890 avatar Dec 02 '18 23:12 tariq1890