There was an error while loading. Please reload this page.
1 parent 2b1487c commit 2ccc985Copy full SHA for 2ccc985
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.
42
+ v0.50.0 // Critical bug in counter suffixes, please read issue https://github.com/prometheus/common/issues/605
43
+)
0 commit comments