We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084c884 commit 12f841bCopy full SHA for 12f841b
go.mod
@@ -36,3 +36,7 @@ require (
36
gopkg.in/yaml.v2 v2.4.0 // indirect
37
gopkg.in/yaml.v3 v3.0.1 // indirect
38
)
39
+
40
+retract (
41
+ v1.50.0 // published accidentally
42
+)
0 commit comments