1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-08 22:16:34 +02:00

Add dep as a dependency manager

This commit is contained in:
Bob Briski
2018-02-17 11:14:47 -08:00
parent 7956539d6e
commit 3af0505624
4 changed files with 91 additions and 0 deletions

View File

@ -265,6 +265,12 @@ A few examples:
If you are new to pull requests, checkout [Collaborating on projects using issues and pull requests / Creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
### Dependency management
`go-jira` uses `dep` for dependency management. After cloning the repo, it's easy to make sure you have the correct dependencies by running `dep ensure`.
For adding new dependencies, updating dependencies, and other operations, the [Daily Dep](https://golang.github.io/dep/docs/daily-dep.html) is a good place to start.
## License
This project is released under the terms of the [MIT license](http://en.wikipedia.org/wiki/MIT_License).