We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717b434 commit 0308740Copy full SHA for 0308740
go.mod
@@ -2,13 +2,10 @@ module github.com/zenthangplus/go-workerpool
2
3
go 1.14
4
5
+// Mistake happened in the version DO NOT USE
6
+retract v1.0.0
7
+
8
require (
9
github.com/google/uuid v1.3.0
10
github.com/stretchr/testify v1.7.1
11
)
-
-require (
- 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