There was an error while loading. Please reload this page.
1 parent 2b1487c commit 5a8076cCopy full SHA for 5a8076c
1 file changed
go.mod
@@ -37,4 +37,7 @@ require (
37
gopkg.in/yaml.v3 v3.0.1 // indirect
38
)
39
40
-retract v0.50.0 // Critical bug in counter suffixes, please read issue https://github.com/prometheus/common/issues/605
+retract (
41
+ v1.20.3 // Tag pushed accidentally, see https://github.com/prometheus/common/issues/831
42
+ v0.50.0 // Critical bug in counter suffixes, please read issue https://github.com/prometheus/common/issues/605
43
+)
0 commit comments