File tree Expand file tree Collapse file tree
github.com/mattn/go-isatty Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ require (
3232 github.com/inconshreveable/mousetrap v1.1.0 // indirect
3333 github.com/kr/text v0.2.0 // indirect
3434 github.com/mattn/go-colorable v0.1.14 // indirect
35- github.com/mattn/go-isatty v0.0.21 // indirect
35+ github.com/mattn/go-isatty v0.0.22 // indirect
3636 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3737 github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
3838 github.com/pmezard/go-difflib v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
4646github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
4747github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE =
4848github.com/mattn/go-colorable v0.1.14 /go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8 =
49- github.com/mattn/go-isatty v0.0.21 h1:xYae+lCNBP7QuW4PUnNG61ffM4hVIfm+zUzDuSzYLGs =
50- github.com/mattn/go-isatty v0.0.21 /go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4 =
49+ github.com/mattn/go-isatty v0.0.22 h1:j8l17JJ9i6VGPUFUYoTUKPSgKe/83EYU2zBC7YNKMw4 =
50+ github.com/mattn/go-isatty v0.0.22 /go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4 =
5151github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
5252github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
5353github.com/palantir/go-baseapp v0.6.0 h1:59UU9rgrd4x2QP/Hb0XqZJ5ZCH6m7BaaPnA+VWKWaTI =
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ github.com/inconshreveable/mousetrap
5353# github.com/mattn/go-colorable v0.1.14
5454## explicit; go 1.18
5555github.com/mattn/go-colorable
56- # github.com/mattn/go-isatty v0.0.21
56+ # github.com/mattn/go-isatty v0.0.22
5757## explicit; go 1.21
5858github.com/mattn/go-isatty
5959# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
You can’t perform that action at this time.
0 commit comments