From 710fdb077dff6ca2d93f7c71084a1fc68680e755 Mon Sep 17 00:00:00 2001 From: SungJin1212 Date: Wed, 12 Nov 2025 18:26:38 +0900 Subject: [PATCH] chore: fix prometheus version mapping annotation Signed-off-by: SungJin1212 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6c608d9380..388270f488 100644 --- a/go.mod +++ b/go.mod @@ -44,7 +44,7 @@ require ( github.com/prometheus/client_golang v1.23.2 github.com/prometheus/client_model v0.6.2 github.com/prometheus/common v0.66.1 - // Prometheus maps version 2.x.y to tags v0.x.y. + // Prometheus maps version 3.x.y to tags v0.30x.y. github.com/prometheus/prometheus v0.306.0 github.com/segmentio/fasthash v1.0.3 github.com/sony/gobreaker v1.0.0