From a1cb1062887472706725f48fab1462817cb5a84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:38:35 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 in /executors Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.9.0 to 0.10.0. - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- executors/go.mod | 2 +- executors/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/executors/go.mod b/executors/go.mod index 50a1780..5de1114 100644 --- a/executors/go.mod +++ b/executors/go.mod @@ -3,6 +3,6 @@ module github.com/lvlcn-t/go-kit/executors go 1.23 require ( - golang.org/x/sync v0.9.0 + golang.org/x/sync v0.10.0 golang.org/x/time v0.8.0 ) diff --git a/executors/go.sum b/executors/go.sum index 825541b..fe34300 100644 --- a/executors/go.sum +++ b/executors/go.sum @@ -1,4 +1,4 @@ -golang.org/x/sync v0.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ= -golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= +golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg= golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=