From d5849e28c809059fd6edc59a3a28122f1f5f81f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 00:01:30 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 in /executors Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.10.0 to 0.11.0. - [Commits](https://github.com/golang/sync/compare/v0.10.0...v0.11.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 397d7d3..cba024e 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.10.0 + golang.org/x/sync v0.11.0 golang.org/x/time v0.9.0 ) diff --git a/executors/go.sum b/executors/go.sum index 2f59d8a..b6a5f1e 100644 --- a/executors/go.sum +++ b/executors/go.sum @@ -1,4 +1,4 @@ -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/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY= golang.org/x/time v0.9.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=