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.5.0 to 0.6.0 (#1457)

This commit is contained in:
dependabot[bot]
2024-01-10 21:27:31 -03:00
committed by GitHub
parent 19bf2c2d48
commit b4a7ad4fbe
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -15,7 +15,7 @@ require (
github.com/stretchr/testify v1.8.4
github.com/zeebo/xxh3 v1.0.2
golang.org/x/exp v0.0.0-20230212135524-a684f29349b6
golang.org/x/sync v0.5.0
golang.org/x/sync v0.6.0
golang.org/x/term v0.15.0
gopkg.in/yaml.v3 v3.0.1
mvdan.cc/sh/v3 v3.7.0