Skip to content

Commit ac3bd0d

Browse files
Excavator: Bump go dependency github.com/mattn/go-isatty (#834)
1 parent 405943b commit ac3bd0d

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
@@ -48,7 +48,7 @@ require (
4848
github.com/klauspost/compress v1.18.5 // indirect
4949
github.com/klauspost/pgzip v1.2.6 // indirect
5050
github.com/mattn/go-colorable v0.1.14 // indirect
51-
github.com/mattn/go-isatty v0.0.21 // indirect
51+
github.com/mattn/go-isatty v0.0.22 // indirect
5252
github.com/mattn/go-runewidth v0.0.23 // indirect
5353
github.com/mitchellh/go-homedir v1.1.0 // indirect
5454
github.com/nmiyake/pkg/errorstringer v1.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU
5151
github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs=
5252
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
5353
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
54-
github.com/mattn/go-isatty v0.0.21 h1:xYae+lCNBP7QuW4PUnNG61ffM4hVIfm+zUzDuSzYLGs=
55-
github.com/mattn/go-isatty v0.0.21/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
54+
github.com/mattn/go-isatty v0.0.22 h1:j8l17JJ9i6VGPUFUYoTUKPSgKe/83EYU2zBC7YNKMw4=
55+
github.com/mattn/go-isatty v0.0.22/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
5656
github.com/mattn/go-runewidth v0.0.23 h1:7ykA0T0jkPpzSvMS5i9uoNn2Xy3R383f9HDx3RybWcw=
5757
github.com/mattn/go-runewidth v0.0.23/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
5858
github.com/mholt/archiver/v3 v3.5.1 h1:rDjOBX9JSF5BvoJGvjqK479aL70qh9DIpZCl+k7Clwo=

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
@@ -104,7 +104,7 @@ github.com/klauspost/pgzip
104104
# github.com/mattn/go-colorable v0.1.14
105105
## explicit; go 1.18
106106
github.com/mattn/go-colorable
107-
# github.com/mattn/go-isatty v0.0.21
107+
# github.com/mattn/go-isatty v0.0.22
108108
## explicit; go 1.21
109109
github.com/mattn/go-isatty
110110
# github.com/mattn/go-runewidth v0.0.23

0 commit comments

Comments
 (0)