build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.4.0 to 0.5.0.
- [Commits](https://github.com/golang/sync/compare/v0.4.0...v0.5.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>
This commit is contained in:
dependabot[bot]
2023-12-13 00:24:20 +00:00
committed by GitHub
parent 8f1479132f
commit db43e3d1f7
5 changed files with 5 additions and 7 deletions

View File

@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build go1.20
// +build go1.20
package errgroup

View File

@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build !go1.20
// +build !go1.20
package errgroup