Bump versions

This commit is contained in:
Alejandro Durante
2022-03-12 17:19:54 -03:00
parent 1c5208b35a
commit c0b34be41c
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module github.com/alitto/pond/benchmark
go 1.17
require (
github.com/alitto/pond v1.6.1
github.com/alitto/pond v1.7.0
github.com/gammazero/workerpool v1.1.2
github.com/panjf2000/ants/v2 v2.4.7
)
+1 -1
View File
@@ -3,7 +3,7 @@ module github.com/alitto/pond/examples/dynamic_size
go 1.17
require (
github.com/alitto/pond v1.6.1
github.com/alitto/pond v1.7.0
)
replace github.com/alitto/pond => ../../
+1 -1
View File
@@ -3,7 +3,7 @@ module github.com/alitto/pond/examples/fixed_size
go 1.17
require (
github.com/alitto/pond v1.6.1
github.com/alitto/pond v1.7.0
)
replace github.com/alitto/pond => ../../
+1 -1
View File
@@ -2,6 +2,6 @@ module github.com/alitto/pond/examples/pool_context
go 1.17
require github.com/alitto/pond v1.6.1
require github.com/alitto/pond v1.7.0
replace github.com/alitto/pond => ../../
+1 -1
View File
@@ -3,7 +3,7 @@ module github.com/alitto/pond/examples/fixed_size
go 1.17
require (
github.com/alitto/pond v1.6.1
github.com/alitto/pond v1.7.0
github.com/prometheus/client_golang v1.9.0
)
+1 -1
View File
@@ -3,7 +3,7 @@ module github.com/alitto/pond/examples/task_group
go 1.17
require (
github.com/alitto/pond v1.6.1
github.com/alitto/pond v1.7.0
)
replace github.com/alitto/pond => ../../