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

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#1524)

This commit is contained in:
dependabot[bot]
2024-03-10 11:22:31 -03:00
committed by GitHub
parent 5c7ba665e5
commit 19a4d8f928
2 changed files with 6 additions and 12 deletions

4
go.mod
View File

@@ -13,7 +13,7 @@ require (
github.com/radovskyb/watcher v1.0.7
github.com/sajari/fuzzy v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.9.0
github.com/zeebo/xxh3 v1.0.2
golang.org/x/sync v0.6.0
golang.org/x/term v0.18.0
@@ -26,7 +26,7 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)