vendor: update prometheus/prometheus to latest.#1675
Merged
gouthamve merged 2 commits intocortexproject:masterfrom Sep 19, 2019
Merged
vendor: update prometheus/prometheus to latest.#1675gouthamve merged 2 commits intocortexproject:masterfrom
gouthamve merged 2 commits intocortexproject:masterfrom
Conversation
9b4b328 to
366679e
Compare
Fixes: cortexproject#1668 Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
366679e to
7805e92
Compare
bboreham
reviewed
Sep 18, 2019
| github.com/prometheus/prometheus v0.0.0-20180315085919-58e2a31db8de/go.mod h1:oAIUtOny2rjMX0OWN5vPR5/q/twIROJvdqnQKDdil/s= | ||
| github.com/prometheus/prometheus v0.0.0-20190818123050-43acd0e2e93f h1:7C9G4yUogM8QP85pmf11vlBPuV6u2mPbqvbjPVKcNis= | ||
| github.com/prometheus/prometheus v0.0.0-20190818123050-43acd0e2e93f/go.mod h1:rMTlmxGCvukf2KMu3fClMDKLLoJ5hl61MhcJ7xKakf0= | ||
| github.com/prometheus/prometheus v1.8.2-0.20190918104050-8744afdd1ea0 h1:W4dTblzSVIBNfDimJhh70OpZQQMwLVpwK50scXdH94w= |
Contributor
There was a problem hiding this comment.
Should this line not replace the one above?
Contributor
Author
|
tbh, I don't understand the go.sum. But I think it's a record of all the
versions used in the codebase or something. go.mod is more a reflection of
what should be there.
And I've verified that the code we're seeing in vendor is infact master.
…On Thu, Sep 19, 2019, 12:26 AM Bryan Boreham ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In go.sum
<#1675 (comment)>:
> @@ -489,6 +493,8 @@ github.com/prometheus/procfs v0.0.3/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDa
github.com/prometheus/prometheus v0.0.0-20180315085919-58e2a31db8de/go.mod h1:oAIUtOny2rjMX0OWN5vPR5/q/twIROJvdqnQKDdil/s=
github.com/prometheus/prometheus v0.0.0-20190818123050-43acd0e2e93f h1:7C9G4yUogM8QP85pmf11vlBPuV6u2mPbqvbjPVKcNis=
github.com/prometheus/prometheus v0.0.0-20190818123050-43acd0e2e93f/go.mod h1:rMTlmxGCvukf2KMu3fClMDKLLoJ5hl61MhcJ7xKakf0=
+github.com/prometheus/prometheus v1.8.2-0.20190918104050-8744afdd1ea0 h1:W4dTblzSVIBNfDimJhh70OpZQQMwLVpwK50scXdH94w=
Should this line not replace the one above?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1675?email_source=notifications&email_token=ABYDOH7G2532ONHFYW6CSSDQKJ2XXA5CNFSM4IXZVGL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCFFRKHA#pullrequestreview-290133276>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABYDOHZ6SION4DCSIRIDWHTQKJ2XXANCNFSM4IXZVGLQ>
.
|
bboreham
approved these changes
Sep 19, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #1668
Signed-off-by: Goutham Veeramachaneni gouthamve@gmail.com