File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
.licenses/go/github.com/mattn Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/mattn/go-isatty
3
- version : v0.0.14
3
+ version : v0.0.19
4
4
type : go
5
5
summary : Package isatty implements interface to isatty
6
6
homepage : https://pkg.go.dev/github.com/mattn/go-isatty
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
21
21
github.com/mailru/easyjson v0.7.7
22
22
github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84
23
23
github.com/mattn/go-colorable v0.1.12
24
- github.com/mattn/go-isatty v0.0.14
24
+ github.com/mattn/go-isatty v0.0.19
25
25
github.com/pkg/errors v0.9.1
26
26
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583
27
27
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
Original file line number Diff line number Diff line change @@ -221,8 +221,9 @@ github.com/mattn/go-colorable v0.1.12 h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZb
221
221
github.com/mattn/go-colorable v0.1.12 /go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4 =
222
222
github.com/mattn/go-isatty v0.0.0-20160806122752-66b8e73f3f5c /go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4 =
223
223
github.com/mattn/go-isatty v0.0.12 /go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU =
224
- github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y =
225
224
github.com/mattn/go-isatty v0.0.14 /go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94 =
225
+ github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA =
226
+ github.com/mattn/go-isatty v0.0.19 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
226
227
github.com/mattn/go-runewidth v0.0.13 h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU =
227
228
github.com/mattn/go-runewidth v0.0.13 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
228
229
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y =
You can’t perform that action at this time.
0 commit comments