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

chore(deps): upgrade x/exp/slices (#1462)

This commit is contained in:
Andrey Nering
2024-01-10 22:02:05 -03:00
committed by GitHub
parent 7393821d64
commit d797836cb8
4 changed files with 12 additions and 6 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/spf13/pflag v1.0.5
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/exp v0.0.0-20240110193028-0dcbfd608b1e
golang.org/x/sync v0.6.0
golang.org/x/term v0.16.0
gopkg.in/yaml.v3 v3.0.1