fix(deps): update module github.com/fatih/color (v1.18.0 → v1.19.0)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-21 00:42:06 +00:00
committed by GitHub
parent a33b410ccc
commit 4063ba563e
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -5,7 +5,7 @@ go 1.25.0
toolchain go1.26.1
require (
github.com/fatih/color v1.18.0
github.com/fatih/color v1.19.0
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/schollz/progressbar/v3 v3.19.0
github.com/sirupsen/logrus v1.9.4
@@ -28,7 +28,7 @@ require (
github.com/spf13/pflag v1.0.10 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/term v0.39.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)