chore(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 (#6693)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/sync/compare/v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-07 11:49:20 -07:00
committed by GitHub
parent aa9121aa9d
commit 183ab487c6
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -155,7 +155,7 @@ require (
github.com/ydb-platform/ydb-go-sdk/v3 v3.104.1
go.etcd.io/etcd/client/pkg/v3 v3.5.21
go.uber.org/atomic v1.11.0
golang.org/x/sync v0.12.0
golang.org/x/sync v0.13.0
google.golang.org/grpc/security/advancedtls v1.0.0
)