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 55e52e4 commit 23ab992Copy full SHA for 23ab992
go.mod
@@ -77,4 +77,7 @@ require (
77
gopkg.in/warnings.v0 v0.1.2 // indirect
78
)
79
80
-retract v1.0.0 // Retracted because the 1.0.0 release was published prematurely.
+retract (
81
+ v1.0.1 // Version bump to roll out retractions only.
82
+ v1.0.0 // Retracted because the 1.0.0 release was published prematurely.
83
+)
0 commit comments