Bump golang.org/x/sync from 0.5.0 to 0.8.0

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.5.0 to 0.8.0.
- [Commits](https://github.com/golang/sync/compare/v0.5.0...v0.8.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]
2024-09-25 13:25:07 +00:00
committed by T.v.Dein
parent 14f1c89f05
commit f21b47e14f
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -17,7 +17,7 @@ require (
github.com/mattn/go-isatty v0.0.20
github.com/spf13/pflag v1.0.5
github.com/tlinden/yadu v0.1.2
golang.org/x/sync v0.5.0
golang.org/x/sync v0.8.0
)
require (