Skip to content

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