PromAuthProxy icon indicating copy to clipboard operation
PromAuthProxy copied to clipboard

Fix build errors

Open pavelnikolov opened this issue 3 years ago • 0 comments

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.

pavelnikolov avatar Feb 15 '22 21:02 pavelnikolov