-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dep to manage project dependencies #127
Conversation
ajnavarro
commented
Dec 4, 2017
- Also go-git has been updated to the latest version.
- Also go-git has been updated to the latest version.
Codecov Report
@@ Coverage Diff @@
## master #127 +/- ##
=======================================
Coverage 85.46% 85.46%
=======================================
Files 11 11
Lines 344 344
=======================================
Hits 294 294
Misses 44 44
Partials 6 6 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Gopkg.toml
Outdated
@@ -0,0 +1,54 @@ | |||
# Gopkg.toml example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could remove all these boilerplate comments.
@smola done |