Skip to content

Commit 0308740

Browse files
committed
Mark v1.0.0 as retract version
1 parent 717b434 commit 0308740

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

go.mod

+3-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ module github.com/zenthangplus/go-workerpool
22

33
go 1.14
44

5+
// Mistake happened in the version DO NOT USE
6+
retract v1.0.0
7+
58
require (
69
github.com/google/uuid v1.3.0
710
github.com/stretchr/testify v1.7.1
811
)
9-
10-
require (
11-
github.com/davecgh/go-spew v1.1.0 // indirect
12-
github.com/pmezard/go-difflib v1.0.0 // indirect
13-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
14-
)

0 commit comments

Comments
 (0)