Skip to content

Commit f5916ec

Browse files
Bump the gomod group with 2 updates (#2112)
Bumps the gomod group with 2 updates: [github.com/bufbuild/buf](https://github.com/bufbuild/buf) and [golang.org/x/mod](https://github.com/golang/mod). Updates `github.com/bufbuild/buf` from 1.59.0 to 1.60.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bufbuild/buf/releases">github.com/bufbuild/buf's releases</a>.</em></p> <blockquote> <h2>v1.60.0</h2> <ul> <li>Fix LSP published diagnostics to filter to the opened file.</li> <li>Add <code>textDocument/documentSymbol</code> support for <code>buf lsp serve</code>.</li> <li>Fix LSP navigation for cached modules which could cause import paths to become unresolvable.</li> <li>Update default value of <code>--timeout</code> flag to 0, which results in no timeout by default.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md">github.com/bufbuild/buf's changelog</a>.</em></p> <blockquote> <h2>[v1.60.0] - 2025-11-14</h2> <ul> <li>Fix LSP published diagnostics to filter to the opened file.</li> <li>Add <code>textDocument/documentSymbol</code> support for <code>buf lsp serve</code>.</li> <li>Fix LSP navigation for cached modules which could cause import paths to become unresolvable.</li> <li>Update default value of <code>--timeout</code> flag to 0, which results in no timeout by default.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bufbuild/buf/commit/94dd878bc176e34810010814ba90861b9e822f88"><code>94dd878</code></a> Release v1.60.0 (<a href="https://redirect.github.com/bufbuild/buf/issues/4170">#4170</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/f44fb138fde3c145eeff52de8ed6112d922fb7c5"><code>f44fb13</code></a> Bump github.com/docker/docker from 28.5.1+incompatible to 28.5.2+incompatible...</li> <li><a href="https://github.com/bufbuild/buf/commit/f4c26a6c6780f684fa463268454fb5cd94c8dec0"><code>f4c26a6</code></a> Upgrade deps (<a href="https://redirect.github.com/bufbuild/buf/issues/4168">#4168</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/331fb318c55c88ced4d7e349d2d31c79177d123f"><code>331fb31</code></a> Fix comments (<a href="https://redirect.github.com/bufbuild/buf/issues/4166">#4166</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/3312114089b10ad895bf32ff78d3d295eb6cae6e"><code>3312114</code></a> Line up comments due to different LSP client behaviours (<a href="https://redirect.github.com/bufbuild/buf/issues/4165">#4165</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/f2ab2293cb59345a2e00aeb5f3933e5adbe31bb7"><code>f2ab229</code></a> Check for newlines in parsing docs comments (<a href="https://redirect.github.com/bufbuild/buf/issues/4164">#4164</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/c7068a4770e473b08bae0b6bd4f8f4b3ff83eea1"><code>c7068a4</code></a> Resolve definition and type definition separately for options (<a href="https://redirect.github.com/bufbuild/buf/issues/4161">#4161</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/50d143c336296b9fde28216d5229cbed2c67bfa7"><code>50d143c</code></a> Remove prefixes for field type ASTs (<a href="https://redirect.github.com/bufbuild/buf/issues/4163">#4163</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/865a59e97d12bb2a14039612f48b7281227c2ab2"><code>865a59e</code></a> LSP add completion for options (<a href="https://redirect.github.com/bufbuild/buf/issues/4158">#4158</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/91872ad966718edbcd02d5cf8afff140add154ad"><code>91872ad</code></a> Use <code>ir.Symbol.FullName()</code> for symbol information (<a href="https://redirect.github.com/bufbuild/buf/issues/4162">#4162</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.59.0...v1.60.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/mod` from 0.29.0 to 0.30.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/mod/commit/7416265ac6eca137286fb2adcc87f9feec458b4c"><code>7416265</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/mod/commit/5517a715a62aaf2d2ab02e64ce67586c60767e8f"><code>5517a71</code></a> all: fix some comments</li> <li><a href="https://github.com/golang/mod/commit/b6cdd1a97c6a688a6a842cdc667ec2e68174ba9d"><code>b6cdd1a</code></a> modfile: use reflect.TypeFor instead of reflect.TypeOf</li> <li>See full diff in <a href="https://github.com/golang/mod/compare/v0.29.0...v0.30.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce53cc8 commit f5916ec

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ require (
77
buf.build/go/app v0.2.0
88
buf.build/go/interrupt v1.1.0
99
buf.build/go/standard v0.1.0
10-
github.com/bufbuild/buf v1.59.0
10+
github.com/bufbuild/buf v1.60.0
1111
github.com/google/go-containerregistry v0.20.6
1212
github.com/google/go-github/v72 v72.0.0
1313
github.com/hashicorp/go-retryablehttp v0.7.8
1414
github.com/spf13/pflag v1.0.10
1515
github.com/stretchr/testify v1.11.1
16-
golang.org/x/mod v0.29.0
16+
golang.org/x/mod v0.30.0
1717
golang.org/x/oauth2 v0.33.0
1818
golang.org/x/sync v0.18.0
1919
gopkg.in/yaml.v3 v3.0.1
@@ -31,7 +31,7 @@ require (
3131
github.com/google/go-querystring v1.1.0 // indirect
3232
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3333
github.com/inconshreveable/mousetrap v1.1.0 // indirect
34-
github.com/klauspost/compress v1.18.0 // indirect
34+
github.com/klauspost/compress v1.18.1 // indirect
3535
github.com/mitchellh/go-homedir v1.1.0 // indirect
3636
github.com/opencontainers/go-digest v1.0.0 // indirect
3737
github.com/opencontainers/image-spec v1.1.1 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ buf.build/go/spdx v0.2.0 h1:IItqM0/cMxvFJJumcBuP8NrsIzMs/UYjp/6WSpq8LTw=
1010
buf.build/go/spdx v0.2.0/go.mod h1:bXdwQFem9Si3nsbNy8aJKGPoaPi5DKwdeEp5/ArZ6w8=
1111
buf.build/go/standard v0.1.0 h1:g98T9IyvAl0vS3Pq8iVk6Cvj2ZiFvoUJRtfyGa0120U=
1212
buf.build/go/standard v0.1.0/go.mod h1:PiqpHz/7ZFq+kqvYhc/SK3lxFIB9N/aiH2CFC2JHIQg=
13-
github.com/bufbuild/buf v1.59.0 h1:Ytb/YpyKrC4aa30iFhKja00c+9zekNMhcp+fXvUPAbo=
14-
github.com/bufbuild/buf v1.59.0/go.mod h1:KVVaGAOdsFWPyoRPPcJuu3Tq/O+/s+O5i+TynhRbJKI=
13+
github.com/bufbuild/buf v1.60.0 h1:hJM7Ub6wVvQ1IeEl+jVu8LUJgo9BTSplXAUENi8tkw8=
14+
github.com/bufbuild/buf v1.60.0/go.mod h1:R1377eTyYbYjuak5nFUn1TSlG3ipgHHT6xQTupkWtP4=
1515
github.com/containerd/stargz-snapshotter/estargz v0.17.0 h1:+TyQIsR/zSFI1Rm31EQBwpAA1ovYgIKHy7kctL3sLcE=
1616
github.com/containerd/stargz-snapshotter/estargz v0.17.0/go.mod h1:s06tWAiJcXQo9/8AReBCIo/QxcXFZ2n4qfsRnpl71SM=
1717
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
@@ -45,8 +45,8 @@ github.com/hashicorp/go-retryablehttp v0.7.8 h1:ylXZWnqa7Lhqpk0L1P1LzDtGcCR0rPVU
4545
github.com/hashicorp/go-retryablehttp v0.7.8/go.mod h1:rjiScheydd+CxvumBsIrFKlx3iS0jrZ7LvzFGFmuKbw=
4646
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
4747
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
48-
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
49-
github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=
48+
github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co=
49+
github.com/klauspost/compress v1.18.1/go.mod h1:ZQFFVG+MdnR0P+l6wpXgIL4NTtwiKIdBnrBd8Nrxr+0=
5050
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
5151
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
5252
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
@@ -78,8 +78,8 @@ github.com/vbatts/tar-split v0.12.1 h1:CqKoORW7BUWBe7UL/iqTVvkTBOF8UvOMKOIZykxnn
7878
github.com/vbatts/tar-split v0.12.1/go.mod h1:eF6B6i6ftWQcDqEn3/iGFRFRo8cBIMSJVOpnNdfTMFA=
7979
golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q=
8080
golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4=
81-
golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA=
82-
golang.org/x/mod v0.29.0/go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w=
81+
golang.org/x/mod v0.30.0 h1:fDEXFVZ/fmCKProc/yAXXUijritrDzahmwwefnjoPFk=
82+
golang.org/x/mod v0.30.0/go.mod h1:lAsf5O2EvJeSFMiBxXDki7sCgAxEUcZHXoXMKT4GJKc=
8383
golang.org/x/oauth2 v0.33.0 h1:4Q+qn+E5z8gPRJfmRy7C2gGG3T4jIprK6aSYgTXGRpo=
8484
golang.org/x/oauth2 v0.33.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
8585
golang.org/x/sync v0.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=

0 commit comments

Comments
 (0)