Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Replace glide with dep #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

tariq1890
Copy link
Contributor

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

@ian-fox
Copy link
Collaborator

ian-fox commented Dec 2, 2018

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?

@tariq1890
Copy link
Contributor Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants