Bump golang.org/x/sync from 0.5.0 to 0.6.0 (#2779)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.5.0 to 0.6.0.
- [Commits](https://github.com/golang/sync/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  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>
This commit is contained in:
dependabot[bot]
2024-01-20 18:37:46 -05:00
committed by GitHub
parent 84cffa6b94
commit bcd4a52616
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ require (
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
golang.org/x/image v0.15.0
golang.org/x/sync v0.5.0
golang.org/x/sync v0.6.0
golang.org/x/text v0.14.0
gopkg.in/yaml.v3 v3.0.1
)