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

build(deps): bump github.com/fatih/color from 1.14.1 to 1.15.0 (#1070)

This commit is contained in:
dependabot[bot]
2023-03-20 21:52:13 -03:00
committed by GitHub
parent e40d2eec9e
commit ee36c8ba9c
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.19
require (
github.com/Masterminds/semver/v3 v3.2.0
github.com/fatih/color v1.14.1
github.com/fatih/color v1.15.0
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
github.com/golang/mock v1.6.0
github.com/joho/godotenv v1.5.1
@@ -25,7 +25,7 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)