We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210a71a commit 53af7edCopy full SHA for 53af7ed
1 file changed
go.mod
@@ -3,7 +3,7 @@ module github.com/libops/cap
3
go 1.25.3
4
5
require (
6
- github.com/GoogleCloudPlatform/prometheus-engine v0.8.0
+ github.com/GoogleCloudPlatform/prometheus-engine v0.17.2
7
github.com/go-kit/log v0.2.1
8
github.com/prometheus/client_golang v1.23.2
9
github.com/prometheus/prometheus v1.99.0
@@ -70,4 +70,4 @@ require (
70
gopkg.in/yaml.v3 v3.0.1 // indirect
71
)
72
73
-replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.41.0
+replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.310.0
0 commit comments