1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 (#1752)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/sync/compare/v0.7.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-11 11:28:10 -03:00
committed by GitHub
parent e781b3d4e0
commit 1ca432a80d
2 changed files with 3 additions and 5 deletions

2
go.mod
View File

@@ -20,7 +20,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/zeebo/xxh3 v1.0.2
golang.org/x/sync v0.7.0
golang.org/x/sync v0.8.0
golang.org/x/term v0.21.0
gopkg.in/yaml.v3 v3.0.1
mvdan.cc/sh/v3 v3.8.0