Skip to content

Commit a25d7ed

Browse files
fix(deps): update module github.com/fatih/color to v1.12.0 (#54)
Co-authored-by: Renovate Bot <[email protected]>
1 parent da57ddd commit a25d7ed

File tree

6 files changed

+32
-10
lines changed

6 files changed

+32
-10
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/Masterminds/semver/v3 v3.1.1
88
github.com/cheggaaa/pb/v3 v3.0.8
99
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
10-
github.com/fatih/color v1.11.0
10+
github.com/fatih/color v1.12.0
1111
github.com/pkg/errors v0.9.1
1212
github.com/stretchr/testify v1.4.0 // indirect
1313
github.com/urfave/cli/v2 v2.3.0

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ github.com/fatih/color v1.10.0 h1:s36xzo75JdqLaaWoiEHk767eHiwo0598uUxyfiPkDsg=
3030
github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM=
3131
github.com/fatih/color v1.11.0 h1:l4iX0RqNnx/pU7rY2DB/I+znuYY0K3x6Ywac6EIr0PA=
3232
github.com/fatih/color v1.11.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM=
33+
github.com/fatih/color v1.12.0 h1:mRhaKNwANqRgUBGKmnI5ZxEk7QXmjQeCcuYFMX2bfcc=
34+
github.com/fatih/color v1.12.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM=
3335
github.com/hinshun/vt10x v0.0.0-20180616224451-1954e6464174 h1:WlZsjVhE8Af9IcZDGgJGQpNflI3+MJSBhsgT5PCtzBQ=
3436
github.com/hinshun/vt10x v0.0.0-20180616224451-1954e6464174/go.mod h1:DqJ97dSdRW1W22yXSB90986pcOyQ7r45iio1KN2ez1A=
3537
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=

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

+7-4
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

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

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

+2
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
@@ -15,7 +15,7 @@ github.com/cheggaaa/pb/v3/termutil
1515
# github.com/cpuguy83/go-md2man/v2 v2.0.0
1616
## explicit
1717
github.com/cpuguy83/go-md2man/v2/md2man
18-
# github.com/fatih/color v1.11.0
18+
# github.com/fatih/color v1.12.0
1919
## explicit
2020
github.com/fatih/color
2121
# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51

0 commit comments

Comments
 (0)