We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfafb5e commit ed8fc53Copy full SHA for ed8fc53
go.mod
@@ -54,4 +54,7 @@ require (
54
gopkg.in/yaml.v3 v3.0.1 // indirect
55
)
56
57
-retract v5.5.3 // Introduces bug in the validation package, 5.5.4 fixes this bug
+retract (
58
+ v5.5.3 // Introduces bug in the validation package, 5.5.4 fixes this bug
59
+ v5.5.4 // Introduces another bug in the validation package, 5.5.5 fixes this bug
60
+)
0 commit comments