Commit 98cacc9
Thomas De Meyer
chore(deps): bump the go group with 5 updates (#528)
Bumps the go group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) |
`2.23.0` | `2.24.0` |
|
[github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter)
| `1.0.7` | `1.0.9` |
| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` |
`1.0.7` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.15.0` |
`0.16.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.25.0` |
`0.26.0` |
Updates `github.com/hashicorp/hcl/v2` from 2.23.0 to 2.24.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/hcl/releases">github.com/hashicorp/hcl/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.24.0</h2>
<h3>Enhancements</h3>
<ul>
<li>Add support for decoding block and attribute source ranges when
using <code>gohcl</code>. (<a
href="https://redirect.github.com/hashicorp/hcl/pull/703">#703</a>)</li>
<li>hclsyntax: Detect and reject invalid nested splat result. (<a
href="https://redirect.github.com/hashicorp/hcl/pull/724">#724</a>)</li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li>Correct handling of unknown objects in Index function. (<a
href="https://redirect.github.com/hashicorp/hcl/pull/763">#763</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md">github.com/hashicorp/hcl/v2's
changelog</a>.</em></p>
<blockquote>
<h2>v2.24.0 (July 7, 2025)</h2>
<h3>Enhancements</h3>
<ul>
<li>Add support for decoding block and attribute source ranges when
using <code>gohcl</code>. (<a
href="https://redirect.github.com/hashicorp/hcl/pull/703">#703</a>)</li>
<li>hclsyntax: Detect and reject invalid nested splat result. (<a
href="https://redirect.github.com/hashicorp/hcl/pull/724">#724</a>)</li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li>Correct handling of unknown objects in Index function. (<a
href="https://redirect.github.com/hashicorp/hcl/pull/763">#763</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/hcl/commit/6b5068090eef06b1f127f61529db5ba0be7ed343"><code>6b50680</code></a>
Update CHANGELOG.md (<a
href="https://redirect.github.com/hashicorp/hcl/issues/764">#764</a>)</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/77ef278eaae165adbe82d39a1b8e7707ad7d501a"><code>77ef278</code></a>
ops: handle unknown objects correctly when looking up by index (<a
href="https://redirect.github.com/hashicorp/hcl/issues/763">#763</a>)</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/dfa124f3c93ff1764fda03702a7a9aa8c9db48d8"><code>dfa124f</code></a>
[Compliance] - PR Template Changes Required (<a
href="https://redirect.github.com/hashicorp/hcl/issues/761">#761</a>)</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/6b5c4c2bac7140d1f676d294e99ff5d696b8fbf9"><code>6b5c4c2</code></a>
fix errors thrown by errcheck linter (<a
href="https://redirect.github.com/hashicorp/hcl/issues/755">#755</a>)</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/61bd79dedd738d45edd16f6eb0ca405d0484a7b7"><code>61bd79d</code></a>
suppress and fix lint errors by unused (<a
href="https://redirect.github.com/hashicorp/hcl/issues/754">#754</a>)</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/8b8cb9c9fa85c1f91083ee866c0ca3d1b910404b"><code>8b8cb9c</code></a>
build(deps): bump golangci/golangci-lint-action</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/aa4e44796409371ce1f3d452c81b334d7bbdbfcc"><code>aa4e447</code></a>
build(deps): bump actions/setup-go</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/72443636fe97ebb2e1ce1aa2bfa87dd426d8a88f"><code>7244363</code></a>
Update go-cty to latest (<a
href="https://redirect.github.com/hashicorp/hcl/issues/749">#749</a>)</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/b4e27ae471da2b5a30329239713f7f3ed630c2dc"><code>b4e27ae</code></a>
test_suite: refactor schema validation of diagnostic file range, pos (<a
href="https://redirect.github.com/hashicorp/hcl/issues/750">#750</a>)</li>
<li><a
href="https://github.com/hashicorp/hcl/commit/314d2366eadcbd243f2988a535587d7fea94442e"><code>314d236</code></a>
fix staticcheck lint errors</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/hcl/compare/v2.23.0...v2.24.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/olekukonko/tablewriter` from 1.0.7 to 1.0.9
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/olekukonko/tablewriter/commit/196abef5486156c7822b9f8587081626cacd8b58"><code>196abef</code></a>
Merge pull request <a
href="https://redirect.github.com/olekukonko/tablewriter/issues/284">#284</a>
from olekukonko/struct</li>
<li><a
href="https://github.com/olekukonko/tablewriter/commit/7be934faea5929b6be3c6af20638aaf96226e0c5"><code>7be934f</code></a>
update version</li>
<li><a
href="https://github.com/olekukonko/tablewriter/commit/c0e236d5977000db536d13e2e2a5831478bc2b08"><code>c0e236d</code></a>
add test for <a
href="https://redirect.github.com/olekukonko/tablewriter/issues/285">#285</a></li>
<li><a
href="https://github.com/olekukonko/tablewriter/commit/13d24deee4f908169c90c77ef2aabdbdc5b03ad3"><code>13d24de</code></a>
update <a
href="https://redirect.github.com/olekukonko/tablewriter/issues/285">#285</a></li>
<li><a
href="https://github.com/olekukonko/tablewriter/commit/ad8f711323b123d69a5804de9e114553910ae0e8"><code>ad8f711</code></a>
cleanup warp</li>
<li><a
href="https://github.com/olekukonko/tablewriter/commit/5770509def3edc300789cce1dd3f606a0916d431"><code>5770509</code></a>
use Structs not Struct <a
href="https://redirect.github.com/olekukonko/tablewriter/issues/283">#283</a></li>
<li><a
href="https://github.com/olekukonko/tablewriter/commit/1736815c267e03cf6e0b1c7d7ded6dcd9ab1b8a3"><code>1736815</code></a>
let Append respect t.config.Behavior.Struct.AutoHeader .. update <a
href="https://redirect.github.com/olekukonko/tablewriter/issues/283">#283</a></li>
<li><a
href="https://github.com/olekukonko/tablewriter/commit/606168acdb9233e58e9bda6dd30ccfcff346549e"><code>606168a</code></a>
let Append respect t.config.Behavior.Struct.AutoHeader .. update <a
href="https://redirect.github.com/olekukonko/tablewriter/issues/283">#283</a></li>
<li><a
href="https://github.com/olekukonko/tablewriter/commit/bb111e705e368c1755bd1f2235e830fd84686cbe"><code>bb111e7</code></a>
add test for <a
href="https://redirect.github.com/olekukonko/tablewriter/issues/283">#283</a></li>
<li><a
href="https://github.com/olekukonko/tablewriter/commit/6a0d5375341a83bac5b1909805e5d9295f9073fc"><code>6a0d537</code></a>
adding auto header for struct</li>
<li>Additional commits viewable in <a
href="https://github.com/olekukonko/tablewriter/compare/v1.0.7...v1.0.9">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spf13/pflag/releases">github.com/spf13/pflag's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix defaultIsZeroValue check for generic Value types by <a
href="https://github.com/MidnightRocket"><code>@MidnightRocket</code></a>
in <a
href="https://redirect.github.com/spf13/pflag/pull/422">spf13/pflag#422</a></li>
<li>feat: Use structs for errors returned by pflag. by <a
href="https://github.com/eth-p"><code>@eth-p</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/425">spf13/pflag#425</a></li>
<li>Fix typos by <a
href="https://github.com/co63oc"><code>@co63oc</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/428">spf13/pflag#428</a></li>
<li>fix <a
href="https://redirect.github.com/spf13/pflag/issues/423">#423</a> : Add
helper function and some documentation to parse shorthand go test flags.
by <a href="https://github.com/valdar"><code>@valdar</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/424">spf13/pflag#424</a></li>
<li>add support equivalent to golang flag.TextVar(), also fixes the test
failure as described in <a
href="https://redirect.github.com/spf13/pflag/issues/368">#368</a> by <a
href="https://github.com/hujun-open"><code>@hujun-open</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/418">spf13/pflag#418</a></li>
<li>add support for Func() and BoolFunc() <a
href="https://redirect.github.com/spf13/pflag/issues/426">#426</a> by <a
href="https://github.com/LeGEC"><code>@LeGEC</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/429">spf13/pflag#429</a></li>
<li>fix: correct argument length check in FlagSet.Parse by <a
href="https://github.com/ShawnJeffersonWang"><code>@ShawnJeffersonWang</code></a>
in <a
href="https://redirect.github.com/spf13/pflag/pull/409">spf13/pflag#409</a></li>
<li>fix usage message for func flags, fix arguments order by <a
href="https://github.com/LeGEC"><code>@LeGEC</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/431">spf13/pflag#431</a></li>
<li>Add support for time.Time flags by <a
href="https://github.com/max-frank"><code>@max-frank</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/348">spf13/pflag#348</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/MidnightRocket"><code>@MidnightRocket</code></a>
made their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/422">spf13/pflag#422</a></li>
<li><a href="https://github.com/eth-p"><code>@eth-p</code></a> made
their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/425">spf13/pflag#425</a></li>
<li><a href="https://github.com/co63oc"><code>@co63oc</code></a> made
their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/428">spf13/pflag#428</a></li>
<li><a href="https://github.com/valdar"><code>@valdar</code></a> made
their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/424">spf13/pflag#424</a></li>
<li><a
href="https://github.com/hujun-open"><code>@hujun-open</code></a> made
their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/418">spf13/pflag#418</a></li>
<li><a href="https://github.com/LeGEC"><code>@LeGEC</code></a> made
their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/429">spf13/pflag#429</a></li>
<li><a
href="https://github.com/ShawnJeffersonWang"><code>@ShawnJeffersonWang</code></a>
made their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/409">spf13/pflag#409</a></li>
<li><a href="https://github.com/max-frank"><code>@max-frank</code></a>
made their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/348">spf13/pflag#348</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7">https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spf13/pflag/commit/f9cbdd9ca94287ab4ef0848e67ecd77cf1361d48"><code>f9cbdd9</code></a>
Merge pull request <a
href="https://redirect.github.com/spf13/pflag/issues/348">#348</a> from
max-frank/add-time-flag-support</li>
<li><a
href="https://github.com/spf13/pflag/commit/e3be2ebcffcc36be35e23d418d3e0ba86239826a"><code>e3be2eb</code></a>
Reduce duplication by forwarding to sibling functions</li>
<li><a
href="https://github.com/spf13/pflag/commit/7cc25e3bdd8c540b243f70c366ba1f1856fcd9e9"><code>7cc25e3</code></a>
Don't export <code>TimeValue</code> (yet)</li>
<li><a
href="https://github.com/spf13/pflag/commit/d15848db482b52179577da9738cf9702d8d28466"><code>d15848d</code></a>
Remove unnecessary time test stderr dev null redirect</li>
<li><a
href="https://github.com/spf13/pflag/commit/c5ce22e836c6268eb270e8f28ae5e3729a27c82d"><code>c5ce22e</code></a>
Use time.Time for expectations in time flag tests</li>
<li><a
href="https://github.com/spf13/pflag/commit/1992c5a7b88da3490ad7ac088c72dd20b466ee8d"><code>1992c5a</code></a>
Add support for time.Time flags</li>
<li><a
href="https://github.com/spf13/pflag/commit/1c62fb2813da5f1d1b893a49180a41b3f6be3262"><code>1c62fb2</code></a>
Merge pull request <a
href="https://redirect.github.com/spf13/pflag/issues/431">#431</a> from
LeGEC/430-fix-usage-message-for-func-flags</li>
<li><a
href="https://github.com/spf13/pflag/commit/1a4b5b2e5c7ee4a194cebc579bb34198187df73d"><code>1a4b5b2</code></a>
fix discrepancy in order of arguments for Func() and BoolFunc() <a
href="https://redirect.github.com/spf13/pflag/issues/433">#433</a></li>
<li><a
href="https://github.com/spf13/pflag/commit/4730aa0d979f34d4f7427d524b84043557ba72ef"><code>4730aa0</code></a>
fix help message for Func and BoolFunc flags <a
href="https://redirect.github.com/spf13/pflag/issues/430">#430</a></li>
<li><a
href="https://github.com/spf13/pflag/commit/f4c97c2487b06cff392d2958534e7195f79847fb"><code>f4c97c2</code></a>
minor: fix typos in comments</li>
<li>Additional commits viewable in <a
href="https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7">compare
view</a></li>
</ul>
</details>
<br />
Updates `golang.org/x/sync` from 0.15.0 to 0.16.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1"><code>7fad2c9</code></a>
errgroup: revert propagation of panics</li>
<li>See full diff in <a
href="https://github.com/golang/sync/compare/v0.15.0...v0.16.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `golang.org/x/mod` from 0.25.0 to 0.26.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/mod/commit/ea04085b103002db3b0d02d6ebbd97a0ffa29202"><code>ea04085</code></a>
go.mod: update golang.org/x dependencies</li>
<li>See full diff in <a
href="https://github.com/golang/mod/compare/v0.25.0...v0.26.0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>2 files changed
Lines changed: 38 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
925 | 925 | | |
926 | 926 | | |
927 | 927 | | |
928 | | - | |
929 | | - | |
| 928 | + | |
| 929 | + | |
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
| |||
1005 | 1005 | | |
1006 | 1006 | | |
1007 | 1007 | | |
1008 | | - | |
1009 | | - | |
1010 | | - | |
1011 | | - | |
1012 | | - | |
1013 | | - | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
1014 | 1014 | | |
1015 | 1015 | | |
1016 | 1016 | | |
| |||
1073 | 1073 | | |
1074 | 1074 | | |
1075 | 1075 | | |
1076 | | - | |
1077 | 1076 | | |
| 1077 | + | |
| 1078 | + | |
1078 | 1079 | | |
1079 | 1080 | | |
1080 | 1081 | | |
| |||
1169 | 1170 | | |
1170 | 1171 | | |
1171 | 1172 | | |
1172 | | - | |
1173 | | - | |
| 1173 | + | |
| 1174 | + | |
1174 | 1175 | | |
1175 | 1176 | | |
1176 | 1177 | | |
| |||
1233 | 1234 | | |
1234 | 1235 | | |
1235 | 1236 | | |
1236 | | - | |
1237 | | - | |
| 1237 | + | |
| 1238 | + | |
1238 | 1239 | | |
1239 | 1240 | | |
1240 | 1241 | | |
| |||
1298 | 1299 | | |
1299 | 1300 | | |
1300 | 1301 | | |
1301 | | - | |
1302 | | - | |
| 1302 | + | |
| 1303 | + | |
1303 | 1304 | | |
1304 | 1305 | | |
1305 | 1306 | | |
| |||
1351 | 1352 | | |
1352 | 1353 | | |
1353 | 1354 | | |
1354 | | - | |
1355 | | - | |
| 1355 | + | |
| 1356 | + | |
1356 | 1357 | | |
1357 | 1358 | | |
1358 | 1359 | | |
| |||
1439 | 1440 | | |
1440 | 1441 | | |
1441 | 1442 | | |
1442 | | - | |
1443 | | - | |
| 1443 | + | |
| 1444 | + | |
1444 | 1445 | | |
1445 | 1446 | | |
1446 | 1447 | | |
| |||
1455 | 1456 | | |
1456 | 1457 | | |
1457 | 1458 | | |
1458 | | - | |
1459 | | - | |
| 1459 | + | |
| 1460 | + | |
1460 | 1461 | | |
1461 | 1462 | | |
1462 | 1463 | | |
| |||
1477 | 1478 | | |
1478 | 1479 | | |
1479 | 1480 | | |
1480 | | - | |
1481 | | - | |
| 1481 | + | |
| 1482 | + | |
1482 | 1483 | | |
1483 | 1484 | | |
1484 | 1485 | | |
| |||
1550 | 1551 | | |
1551 | 1552 | | |
1552 | 1553 | | |
1553 | | - | |
1554 | | - | |
| 1554 | + | |
| 1555 | + | |
1555 | 1556 | | |
1556 | 1557 | | |
1557 | 1558 | | |
| |||
0 commit comments