Skip to content

Commit ed8fc53

Browse files
committed
Retract v5.5.4
1 parent dfafb5e commit ed8fc53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,7 @@ require (
5454
gopkg.in/yaml.v3 v3.0.1 // indirect
5555
)
5656

57-
retract v5.5.3 // Introduces bug in the validation package, 5.5.4 fixes this bug
57+
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

Comments
 (0)