Update module github.com/fatih/color to v1.17.0

This commit is contained in:
2024-06-27 11:31:00 +00:00
committed by trizz
parent 8a91753f1c
commit 00a0d96506
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -2,10 +2,10 @@ module adventofcode
go 1.21.4
require github.com/fatih/color v1.16.0
require github.com/fatih/color v1.17.0
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/sys v0.18.0 // indirect
)