Skip to content

Commit d584f11

Browse files
dependabot[bot]TanishqDatabricks
authored andcommitted
build(deps): bump github.com/mattn/go-isatty from 0.0.21 to 0.0.22 (databricks#5235)
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.21 to 0.0.22. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mattn/go-isatty/commit/9a68506e239465d922dc18c0cd331c49b411fdb2"><code>9a68506</code></a> Fix isCygwinPipeName to accept Windows 7 trailing suffix (<a href="https://redirect.github.com/mattn/go-isatty/issues/90">#90</a>)</li> <li>See full diff in <a href="https://github.com/mattn/go-isatty/compare/v0.0.21...v0.0.22">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e308bed commit d584f11

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/hexops/gotextdiff v1.0.3 // BSD-3-Clause
2424
github.com/jackc/pgx/v5 v5.9.2 // MIT
2525
github.com/manifoldco/promptui v0.9.0 // BSD-3-Clause
26-
github.com/mattn/go-isatty v0.0.21 // MIT
26+
github.com/mattn/go-isatty v0.0.22 // MIT
2727
github.com/palantir/pkg/yamlpatch v1.5.0 // BSD-3-Clause
2828
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // BSD-2-Clause
2929
github.com/quasilyte/go-ruleguard/dsl v0.3.22 // BSD-3-Clause

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYt
166166
github.com/manifoldco/promptui v0.9.0/go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GWtQEhdbn6Pgg=
167167
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
168168
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
169-
github.com/mattn/go-isatty v0.0.21 h1:xYae+lCNBP7QuW4PUnNG61ffM4hVIfm+zUzDuSzYLGs=
170-
github.com/mattn/go-isatty v0.0.21/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
169+
github.com/mattn/go-isatty v0.0.22 h1:j8l17JJ9i6VGPUFUYoTUKPSgKe/83EYU2zBC7YNKMw4=
170+
github.com/mattn/go-isatty v0.0.22/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
171171
github.com/mattn/go-localereader v0.0.1 h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4=
172172
github.com/mattn/go-localereader v0.0.1/go.mod h1:8fBrzywKY7BI3czFoHkuzRoWE9C+EiG4R1k4Cjx5p88=
173173
github.com/mattn/go-runewidth v0.0.19 h1:v++JhqYnZuu5jSKrk9RbgF5v4CGUjqRfBm05byFGLdw=

0 commit comments

Comments
 (0)