Open
Conversation
pavelnikolov
commented
Feb 15, 2022
| github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect | ||
| github.com/prometheus/tsdb v0.3.1 // indirect | ||
| golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect | ||
| golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect |
Author
There was a problem hiding this comment.
All the lines above were generated by go mod tidy using go v1.17.4
pavelnikolov
added a commit
to pavelnikolov/PromAuthProxy
that referenced
this pull request
Feb 23, 2022
Fix build after breaking changes in P8s API
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.
The version of github.com/prometheus/prometheus in the
go.sumandgo.modfiles were different. One was referencingv2.5.0+incompatibleand the other -v1.8.2.This PR fixes that. Also the
github.com/prometheus/prometheus/promql/parserdoesn't seem to exist anymore. Now it's moved togithub.com/prometheus/prometheus/promql.