I'm new to golang and came across glide as a dependency management tool. In a scenario, where I have a package which I want to use as a dependency in my project.
Is there any way can I specify it?
If not using glide, is there any way to put it under dependency and use it?
My ultimate goal is, if dependency works within my package, I would publish it and use it with glide get <git_repo_url>