Skip to content

Commit 8fc9b28

Browse files
fix(deps): update module github.com/fatih/color to v1.18.0 (#14754)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4a926c commit 8fc9b28

File tree

5 files changed

+62
-13
lines changed

5 files changed

+62
-13
lines changed

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/drone/envsubst v1.0.3
3434
github.com/dustin/go-humanize v1.0.1
3535
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
36-
github.com/fatih/color v1.16.0
36+
github.com/fatih/color v1.18.0
3737
github.com/felixge/fgprof v0.9.5
3838
github.com/fluent/fluent-bit-go v0.0.0-20230731091245-a7a013e2473c
3939
github.com/fsouza/fake-gcs-server v1.50.2

‎go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -1261,8 +1261,9 @@ github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb/go.mod h1:bH6Xx7IW
12611261
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
12621262
github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU=
12631263
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
1264-
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
12651264
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
1265+
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
1266+
github.com/fatih/color v1.18.0/go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU=
12661267
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
12671268
github.com/felixge/fgprof v0.9.5 h1:8+vR6yu2vvSKn08urWyEuxx75NWPEvybbkBirEpsbVY=
12681269
github.com/felixge/fgprof v0.9.5/go.mod h1:yKl+ERSa++RYOs32d8K6WEXCB4uXdLls4ZaZPpayhMM=

‎vendor/github.com/fatih/color/README.md

+18-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/fatih/color/color.go

+40-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ github.com/envoyproxy/protoc-gen-validate/validate
747747
# github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
748748
## explicit
749749
github.com/facette/natsort
750-
# github.com/fatih/color v1.16.0
750+
# github.com/fatih/color v1.18.0
751751
## explicit; go 1.17
752752
github.com/fatih/color
753753
# github.com/felixge/fgprof v0.9.5

0 commit comments

Comments
 (0)