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/fatih/color from 1.15.0 to 1.16.0 (#1397)

This commit is contained in:
dependabot[bot]
2023-11-15 21:39:20 -03:00
committed by GitHub
parent 7fbded2b13
commit b883a25c9a
2 changed files with 10 additions and 9 deletions

6
go.mod
View File

@@ -4,7 +4,7 @@ go 1.20
require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/fatih/color v1.15.0
github.com/fatih/color v1.16.0
github.com/go-task/slim-sprig/v3 v3.0.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-zglob v0.0.4
@@ -25,9 +25,9 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // 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
golang.org/x/sys v0.13.0 // indirect
golang.org/x/sys v0.14.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)