Skip to content

Commit d3e28c5

Browse files
build(deps): bump github.com/mattn/go-isatty from 0.0.20 to 0.0.21 (#5087)
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.20 to 0.0.21. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mattn/go-isatty/commit/4237fb15069af3284b50e5d91bcdd5403e584605"><code>4237fb1</code></a> Update Go test matrix to current versions (1.24-1.26)</li> <li><a href="https://github.com/mattn/go-isatty/commit/433c12b4c9fae46e4a42ac50d6d716325dc1dfba"><code>433c12b</code></a> Update GitHub Actions to latest versions</li> <li><a href="https://github.com/mattn/go-isatty/commit/1cf5589a67b03170478da248b107c10185ec558c"><code>1cf5589</code></a> Add wasip1 and wasip2 to build constraints in isatty_others.go</li> <li><a href="https://github.com/mattn/go-isatty/commit/1237245029e6b02f17caa944c946c6f51d384e8b"><code>1237245</code></a> Update dependencies: go 1.15 -&gt; 1.21, golang.org/x/sys v0.6.0 -&gt; v0.28.0</li> <li><a href="https://github.com/mattn/go-isatty/commit/ac9c88d7970a4a6690f8560b6ff20b595beb4e34"><code>ac9c88d</code></a> Fix typo in comment: undocomented -&gt; undocumented</li> <li><a href="https://github.com/mattn/go-isatty/commit/8b7124ee585ccf9c0b3b3246b7c6a27bce54ab6f"><code>8b7124e</code></a> Add availability check for NtQueryObject in init</li> <li><a href="https://github.com/mattn/go-isatty/commit/08d031358be30f9ba82961c1971e22ae4a584f98"><code>08d0313</code></a> Fix isCygwinPipeName to reject names with extra trailing tokens</li> <li>See full diff in <a href="https://github.com/mattn/go-isatty/compare/v0.0.20...v0.0.21">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 9a5e7d3 commit d3e28c5

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/hashicorp/terraform-json v0.27.2 // MPL-2.0
2525
github.com/hexops/gotextdiff v1.0.3 // BSD-3-Clause
2626
github.com/manifoldco/promptui v0.9.0 // BSD-3-Clause
27-
github.com/mattn/go-isatty v0.0.20 // MIT
27+
github.com/mattn/go-isatty v0.0.21 // MIT
2828
github.com/nwidger/jsoncolor v0.3.2 // MIT
2929
github.com/palantir/pkg/yamlpatch v1.5.0 // BSD-3-Clause
3030
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // BSD-2-Clause

go.sum

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHP
164164
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
165165
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
166166
github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOAqxQCu2WE=
167-
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
168-
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
167+
github.com/mattn/go-isatty v0.0.21 h1:xYae+lCNBP7QuW4PUnNG61ffM4hVIfm+zUzDuSzYLGs=
168+
github.com/mattn/go-isatty v0.0.21/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
169169
github.com/mattn/go-localereader v0.0.1 h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4=
170170
github.com/mattn/go-localereader v0.0.1/go.mod h1:8fBrzywKY7BI3czFoHkuzRoWE9C+EiG4R1k4Cjx5p88=
171171
github.com/mattn/go-runewidth v0.0.19 h1:v++JhqYnZuu5jSKrk9RbgF5v4CGUjqRfBm05byFGLdw=
@@ -264,7 +264,6 @@ golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5h
264264
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
265265
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
266266
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
267-
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
268267
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
269268
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
270269
golang.org/x/term v0.41.0 h1:QCgPso/Q3RTJx2Th4bDLqML4W6iJiaXFq2/ftQF13YU=

0 commit comments

Comments
 (0)