We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2eef8ad + a8355b0 commit b8352c8Copy full SHA for b8352c8
go.mod
@@ -16,3 +16,8 @@ require (
16
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
17
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
18
)
19
+
20
+retract (
21
+ v1.0.0 // Published accidentally
22
+ v1.0.1
23
+)
0 commit comments