Bump versions
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ module github.com/alitto/pond/benchmark
|
|||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.6.1
|
github.com/alitto/pond v1.7.0
|
||||||
github.com/gammazero/workerpool v1.1.2
|
github.com/gammazero/workerpool v1.1.2
|
||||||
github.com/panjf2000/ants/v2 v2.4.7
|
github.com/panjf2000/ants/v2 v2.4.7
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ module github.com/alitto/pond/examples/dynamic_size
|
|||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.6.1
|
github.com/alitto/pond v1.7.0
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/alitto/pond => ../../
|
replace github.com/alitto/pond => ../../
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ module github.com/alitto/pond/examples/fixed_size
|
|||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.6.1
|
github.com/alitto/pond v1.7.0
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/alitto/pond => ../../
|
replace github.com/alitto/pond => ../../
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ module github.com/alitto/pond/examples/pool_context
|
|||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
require github.com/alitto/pond v1.6.1
|
require github.com/alitto/pond v1.7.0
|
||||||
|
|
||||||
replace github.com/alitto/pond => ../../
|
replace github.com/alitto/pond => ../../
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ module github.com/alitto/pond/examples/fixed_size
|
|||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.6.1
|
github.com/alitto/pond v1.7.0
|
||||||
github.com/prometheus/client_golang v1.9.0
|
github.com/prometheus/client_golang v1.9.0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ module github.com/alitto/pond/examples/task_group
|
|||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alitto/pond v1.6.1
|
github.com/alitto/pond v1.7.0
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/alitto/pond => ../../
|
replace github.com/alitto/pond => ../../
|
||||||
|
|||||||
Reference in New Issue
Block a user