-
Notifications
You must be signed in to change notification settings - Fork 34
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
Ensure Gopkg.lock files remain in sync with Gopkg.yaml #69
Conversation
Signed-off-by: Prithvi Raj <p.r@uber.com>
64a52aa
to
a73cb35
Compare
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 26 26
Lines 890 890
=====================================
Hits 890 890 Continue to review full report at Codecov.
|
[[constraint]] | ||
name = "github.com/go-kit/kit" | ||
version = "0.5.0" | ||
|
||
[[constraint]] | ||
name = "github.com/influxdata/influxdb" | ||
name = "github.com/codahale/hdrhistogram" | ||
branch = "master" |
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.
Is there some logic behind the reordering?
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.
Yes - I reordered it so that the dependencies are in the same order as glide.yaml so that they may be visually compared easier
Makefile
Outdated
@@ -60,6 +63,9 @@ else | |||
glide install | |||
endif | |||
|
|||
.PHONY: verify-dep | |||
verify-dep: |
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.
I’d suggest doing away with the separate target, it doesn’t provide much value vs inline command
Signed-off-by: Prithvi Raj <p.r@uber.com>
Which problem is this PR solving?
Short description of the changes
dep check
which fails if these files are out of syncglide.yaml