diff --git a/benchmark/go.mod b/benchmark/go.mod index ac02c36..f1e7f41 100644 --- a/benchmark/go.mod +++ b/benchmark/go.mod @@ -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 ) diff --git a/examples/dynamic_size/go.mod b/examples/dynamic_size/go.mod index 8a91fb9..9563074 100644 --- a/examples/dynamic_size/go.mod +++ b/examples/dynamic_size/go.mod @@ -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 => ../../ diff --git a/examples/fixed_size/go.mod b/examples/fixed_size/go.mod index 6ac8aa1..3461f0e 100644 --- a/examples/fixed_size/go.mod +++ b/examples/fixed_size/go.mod @@ -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 => ../../ diff --git a/examples/pool_context/go.mod b/examples/pool_context/go.mod index 449b708..9fe755d 100644 --- a/examples/pool_context/go.mod +++ b/examples/pool_context/go.mod @@ -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 => ../../ diff --git a/examples/prometheus/go.mod b/examples/prometheus/go.mod index 51a7975..40d0388 100644 --- a/examples/prometheus/go.mod +++ b/examples/prometheus/go.mod @@ -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 ) diff --git a/examples/task_group/go.mod b/examples/task_group/go.mod index 83c53ca..b4fd505 100644 --- a/examples/task_group/go.mod +++ b/examples/task_group/go.mod @@ -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 => ../../