0

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>

Zoe
  • 27,060
  • 21
  • 118
  • 148
Priti Biyani
  • 414
  • 5
  • 11
  • Have you checked [How it works section of glide in github](https://github.com/Masterminds/glide#user-content-how-it-works) and also they have a sample [guide yaml file](https://github.com/Masterminds/glide#user-content-glideyaml) – Amit Thawait May 05 '17 at 04:03
  • @AmitThawait Yes, I had a look at it. But all examples show the github repo and local dependency. – Priti Biyani May 05 '17 at 05:12

0 Answers0