Skip to content

Commit b8352c8

Browse files
authored
Merge pull request #56 from LandonTClipp/retract_v1
Add go.mod retraction for v1.0.0
2 parents 2eef8ad + a8355b0 commit b8352c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ require (
1616
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
1717
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
1818
)
19+
20+
retract (
21+
v1.0.0 // Published accidentally
22+
v1.0.1
23+
)

0 commit comments

Comments
 (0)