Commit 099336d
authored
build(deps): bump the go-dependencies group with 7 updates (#1516)
Bumps the go-dependencies group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.34.0` |
`0.35.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.33.0` |
`0.34.0` |
| [github.com/hashicorp/cap](https://github.com/hashicorp/cap) | `0.9.0`
| `0.10.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.40.0` |
`0.41.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.26.0` |
`0.27.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.42.0` |
`0.43.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.27.0` |
`0.28.0` |
Updates `golang.org/x/sys` from 0.34.0 to 0.35.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sys/commit/5b936e1f126baa13682eff91c2e4d5d9e3a0b71d"><code>5b936e1</code></a>
unix/linux: update to Linux kernel 6.16, Go to 1.24.5</li>
<li><a
href="https://github.com/golang/sys/commit/3a827038f29dfeda71ad5d6fdba5cef0b5720a97"><code>3a82703</code></a>
unix: remove redundant xnu version check for {p}readv/{p}writev</li>
<li><a
href="https://github.com/golang/sys/commit/9920300fc80d500263287b0b4906010f81e3acc4"><code>9920300</code></a>
unix: add missing nft conntrack constants</li>
<li><a
href="https://github.com/golang/sys/commit/ad4e0fcb710c6502fe5d4dba89040508f45ba069"><code>ad4e0fc</code></a>
unix: remove redundant word in comment</li>
<li><a
href="https://github.com/golang/sys/commit/084ad875b3b515f8e782e5bf42ce40e316126e9e"><code>084ad87</code></a>
unix: fix //sys decl after CL 548795</li>
<li>See full diff in <a
href="https://github.com/golang/sys/compare/v0.34.0...v0.35.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `golang.org/x/term` from 0.33.0 to 0.34.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/term/commit/a35244d18d7756b12deca31a518c0fa1327d050a"><code>a35244d</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/term/commit/4f53e0cd3924d70667107169374a480bfd208348"><code>4f53e0c</code></a>
term: allow multi-line bracketed paste to not create single line with
verbati...</li>
<li><a
href="https://github.com/golang/term/commit/27f29d8328742b97c08c2186027d32cdc438345c"><code>27f29d8</code></a>
term: remove duplicate flag and add comment on windows</li>
<li>See full diff in <a
href="https://github.com/golang/term/compare/v0.33.0...v0.34.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/hashicorp/cap` from 0.9.0 to 0.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/cap/releases">github.com/hashicorp/cap's
releases</a>.</em></p>
<blockquote>
<h2>v0.10.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump dependencies and update CI by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/hashicorp/cap/pull/158">hashicorp/cap#158</a></li>
<li>Bump golang.org/x/net from 0.37.0 to 0.38.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/hashicorp/cap/pull/160">hashicorp/cap#160</a></li>
<li>dep: Pin action/cache to a contianer sha by <a
href="https://github.com/louisruch"><code>@louisruch</code></a> in <a
href="https://redirect.github.com/hashicorp/cap/pull/161">hashicorp/cap#161</a></li>
<li>[Compliance] - PR Template Changes Required by <a
href="https://github.com/compliance-pr-automation-bot"><code>@compliance-pr-automation-bot</code></a>[bot]
in <a
href="https://redirect.github.com/hashicorp/cap/pull/163">hashicorp/cap#163</a></li>
<li>Bump golang.org/x/oauth2 from 0.21.0 to 0.27.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/hashicorp/cap/pull/164">hashicorp/cap#164</a></li>
<li>fix: use constant time comparison when comparing token hashes. by <a
href="https://github.com/jimlambrt"><code>@jimlambrt</code></a> in <a
href="https://redirect.github.com/hashicorp/cap/pull/165">hashicorp/cap#165</a></li>
<li>doc: changelog entries for 0.10.0 release by <a
href="https://github.com/jimlambrt"><code>@jimlambrt</code></a> in <a
href="https://redirect.github.com/hashicorp/cap/pull/166">hashicorp/cap#166</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/compliance-pr-automation-bot"><code>@compliance-pr-automation-bot</code></a>[bot]
made their first contribution in <a
href="https://redirect.github.com/hashicorp/cap/pull/163">hashicorp/cap#163</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hashicorp/cap/compare/v0.9.0...v0.10.0">https://github.com/hashicorp/cap/compare/v0.9.0...v0.10.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/cap/blob/main/CHANGELOG.md">github.com/hashicorp/cap's
changelog</a>.</em></p>
<blockquote>
<h2>0.10.0</h2>
<ul>
<li>fix: use constant time comparison when comparing token hashes ([PR
<a
href="https://redirect.github.com/hashicorp/cap/issues/165">#165</a>](<a
href="https://redirect.github.com/hashicorp/cap/pull/165">hashicorp/cap#165</a>))</li>
<li>Bump golang.org/x/oauth2 from 0.21.0 to 0.27.0 ([PR <a
href="https://redirect.github.com/hashicorp/cap/issues/164">#164</a>](<a
href="https://redirect.github.com/hashicorp/cap/pull/164">hashicorp/cap#164</a>))</li>
<li>[Compliance] - PR Template Changes Required ([PR <a
href="https://redirect.github.com/hashicorp/cap/issues/163">#163</a>](<a
href="https://redirect.github.com/hashicorp/cap/pull/163">hashicorp/cap#163</a>))</li>
<li>dep: Pin action/cache to a contianer shad ([PR <a
href="https://redirect.github.com/hashicorp/cap/issues/161">#161</a>](<a
href="https://redirect.github.com/hashicorp/cap/pull/161">hashicorp/cap#161</a>))</li>
<li>Bump golang.org/x/net from 0.37.0 to 0.38.0 ([PR <a
href="https://redirect.github.com/hashicorp/cap/issues/160">#160</a>](<a
href="https://redirect.github.com/hashicorp/cap/pull/160">hashicorp/cap#160</a>))</li>
<li>Vault 33101 - Optionally ignore trailing slash in bound audience
([PR <a
href="https://redirect.github.com/hashicorp/cap/issues/159">#159</a>](<a
href="https://redirect.github.com/hashicorp/cap/pull/159">hashicorp/cap#159</a>))</li>
<li>Bump dependencies and update CI ([PR <a
href="https://redirect.github.com/hashicorp/cap/issues/158">#158</a>](<a
href="https://redirect.github.com/hashicorp/cap/pull/158">hashicorp/cap#158</a>))</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/cap/commit/c28a3de054f84aeb7a8d40922f869a630a79ffbc"><code>c28a3de</code></a>
doc: changelog entries for 0.10.0 release (<a
href="https://redirect.github.com/hashicorp/cap/issues/166">#166</a>)</li>
<li><a
href="https://github.com/hashicorp/cap/commit/b013bcda74b89824a8820d11c24b16a490c85540"><code>b013bcd</code></a>
fix: use constant time comparison when comparing (<a
href="https://redirect.github.com/hashicorp/cap/issues/165">#165</a>)</li>
<li><a
href="https://github.com/hashicorp/cap/commit/ecfaee2c3af1edc4ee0ea96f21f8802136a98a5c"><code>ecfaee2</code></a>
Bump golang.org/x/oauth2 from 0.21.0 to 0.27.0 (<a
href="https://redirect.github.com/hashicorp/cap/issues/164">#164</a>)</li>
<li><a
href="https://github.com/hashicorp/cap/commit/f99ee5e652a30364b9ab87c147a6e4293d74f6f7"><code>f99ee5e</code></a>
[Compliance] - PR Template Changes Required (<a
href="https://redirect.github.com/hashicorp/cap/issues/163">#163</a>)</li>
<li><a
href="https://github.com/hashicorp/cap/commit/a4cf4a359cd74063129b1ec06740eef61b128ed1"><code>a4cf4a3</code></a>
dep: Pin action/cache to a contianer sha (<a
href="https://redirect.github.com/hashicorp/cap/issues/161">#161</a>)</li>
<li><a
href="https://github.com/hashicorp/cap/commit/2f0c768acb74611f5c5d27ce2cf166924c93661e"><code>2f0c768</code></a>
Bump golang.org/x/net from 0.37.0 to 0.38.0 (<a
href="https://redirect.github.com/hashicorp/cap/issues/160">#160</a>)</li>
<li><a
href="https://github.com/hashicorp/cap/commit/572842c8930e9c35e65faec8fa42759202e2a586"><code>572842c</code></a>
Bump golang.org/x/net from 0.33.0 to 0.36.0 (<a
href="https://redirect.github.com/hashicorp/cap/issues/158">#158</a>)</li>
<li>See full diff in <a
href="https://github.com/hashicorp/cap/compare/v0.9.0...v0.10.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `golang.org/x/crypto` from 0.40.0 to 0.41.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/crypto/commit/ef5341b70697ceb55f904384bd982587224e8b0c"><code>ef5341b</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/crypto/commit/b999374650442ee37e9bbd97d6a11ad7ed999b98"><code>b999374</code></a>
acme: fix pebble subprocess output data race</li>
<li><a
href="https://github.com/golang/crypto/commit/c247dead11de7671a21a6c5169555e2aa5313caa"><code>c247dea</code></a>
x509roots/fallback: store bundle certs directly in DER</li>
<li><a
href="https://github.com/golang/crypto/commit/1fda73153feef7b246f24005838c387e354e5e3b"><code>1fda731</code></a>
acme: increase pebble test waitForServer attempts</li>
<li><a
href="https://github.com/golang/crypto/commit/1b4c3d2e8c8be172c6af8f2f72778e69e74d2e78"><code>1b4c3d2</code></a>
x509roots/fallback: update bundle</li>
<li><a
href="https://github.com/golang/crypto/commit/b903b535d3ef82fab12a9cc0fa50fccc396ced55"><code>b903b53</code></a>
acme: capture pebble test subprocess stdout/stderr</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.40.0...v0.41.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `golang.org/x/mod` from 0.26.0 to 0.27.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/mod/commit/f8a9fe217cff893cb67f4acad96a0021c13ee6e7"><code>f8a9fe2</code></a>
go.mod: update golang.org/x dependencies</li>
<li>See full diff in <a
href="https://github.com/golang/mod/compare/v0.26.0...v0.27.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `golang.org/x/net` from 0.42.0 to 0.43.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/net/commit/e74bc31d69f225b635e065a602db3fbfa9850f93"><code>e74bc31</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/net/commit/af6926ea18d0703b9f24713074bc7079cf50a744"><code>af6926e</code></a>
http2: remove references to defunct http2.golang.org test server</li>
<li>See full diff in <a
href="https://github.com/golang/net/compare/v0.42.0...v0.43.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `golang.org/x/text` from 0.27.0 to 0.28.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/text/commit/425d715b4a85c7698cedf621412bb53794cbda53"><code>425d715</code></a>
go.mod: update golang.org/x dependencies</li>
<li>See full diff in <a
href="https://github.com/golang/text/compare/v0.27.0...v0.28.0">compare
view</a></li>
</ul>
</details>
<br />
<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>
| Dependency Name | Ignore Conditions |
| --- | --- |
| golang.org/x/net | [>= 0.38.a, < 0.39] |
</details>
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>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ed9a086 commit 099336d
3 files changed
Lines changed: 28 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 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 | | |
42 | 42 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
| 165 | + | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
| 172 | + | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
| 195 | + | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
| 202 | + | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
| 210 | + | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments