Skip to content

Commit 015bd3d

Browse files
Update module github.com/mattn/go-isatty to v0.0.22
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent d5dd2dc commit 015bd3d

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ require (
130130
github.com/knadh/koanf/v2 v2.3.4 // indirect
131131
github.com/kylelemons/godebug v1.1.0 // indirect
132132
github.com/mattn/go-colorable v0.1.14 // indirect
133-
github.com/mattn/go-isatty v0.0.21 // indirect
133+
github.com/mattn/go-isatty v0.0.22 // indirect
134134
github.com/mitchellh/copystructure v1.2.0 // indirect
135135
github.com/mitchellh/reflectwalk v1.0.2 // indirect
136136
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ github.com/linode/linodego v1.66.0 h1:rK8QJFaV53LWOEJvb/evhTg/dP5ElvtuZmx4iv4RJd
345345
github.com/linode/linodego v1.66.0/go.mod h1:12ykGs9qsvxE+OU3SXuW2w+DTruWF35FPlXC7gGk2tU=
346346
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
347347
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
348-
github.com/mattn/go-isatty v0.0.21 h1:xYae+lCNBP7QuW4PUnNG61ffM4hVIfm+zUzDuSzYLGs=
349-
github.com/mattn/go-isatty v0.0.21/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
348+
github.com/mattn/go-isatty v0.0.22 h1:j8l17JJ9i6VGPUFUYoTUKPSgKe/83EYU2zBC7YNKMw4=
349+
github.com/mattn/go-isatty v0.0.22/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
350350
github.com/miekg/dns v1.1.72 h1:vhmr+TF2A3tuoGNkLDFK9zi36F2LS+hKTRW0Uf8kbzI=
351351
github.com/miekg/dns v1.1.72/go.mod h1:+EuEPhdHOsfk6Wk5TT2CzssZdqkmFhf8r+aVyDEToIs=
352352
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=

vendor/github.com/mattn/go-isatty/isatty_windows.go

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ github.com/kylelemons/godebug/pretty
519519
# github.com/mattn/go-colorable v0.1.14
520520
## explicit; go 1.18
521521
github.com/mattn/go-colorable
522-
# github.com/mattn/go-isatty v0.0.21
522+
# github.com/mattn/go-isatty v0.0.22
523523
## explicit; go 1.21
524524
github.com/mattn/go-isatty
525525
# github.com/mitchellh/copystructure v1.2.0

0 commit comments

Comments
 (0)