Skip to content
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

Fix build errors #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix build errors #3

wants to merge 1 commit into from

Conversation

pavelnikolov
Copy link

The version of github.com/prometheus/prometheus in the go.sum and go.mod files were different. One was referencing v2.5.0+incompatible and the other - v1.8.2.
This PR fixes that. Also the github.com/prometheus/prometheus/promql/parser doesn't seem to exist anymore. Now it's moved to github.com/prometheus/prometheus/promql.

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
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant