Skip to content

Commit 6ff178d

Browse files
Bump the gomod group with 2 updates (#2178)
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.62.1 to 1.63.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.63.0</h2> <ul> <li>Update <code>PROTOVALIDATE</code> lint rule to support field mask rules.</li> <li>Add LSP completion for field numbers.</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.63.0] - 2026-01-06</h2> <ul> <li>Update <code>PROTOVALIDATE</code> lint rule to support field mask rules.</li> <li>Add LSP completion for field numbers.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bufbuild/buf/commit/9a277e1f3a6ffc26dc9a186e8b220abee4b4ad2e"><code>9a277e1</code></a> Release v1.63.0 (<a href="https://redirect.github.com/bufbuild/buf/issues/4261">#4261</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/5058bf928973ef1d1811ed8ac0e76af278e1153b"><code>5058bf9</code></a> Add LSP completion for field numbers (<a href="https://redirect.github.com/bufbuild/buf/issues/4260">#4260</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/bb41ff44e494d76476e75a3d8a8a5968112b07b8"><code>bb41ff4</code></a> Evict <code>queries.File</code> with <code>ReportError</code> set to both <code>true</code> and <code>false</code> (<a href="https://redirect.github.com/bufbuild/buf/issues/4257">#4257</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/7b6a02186727723ccf0a816ef1eb8af84a2f2b59"><code>7b6a021</code></a> Stop collecting floating comments in LSP hover (<a href="https://redirect.github.com/bufbuild/buf/issues/4259">#4259</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/f927608e5ea262aadb4a8d96c8a753246b8a4ecb"><code>f927608</code></a> Add LSP test for completions (<a href="https://redirect.github.com/bufbuild/buf/issues/4256">#4256</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/db5725b238a07d062e59efcce6b195406000b7fe"><code>db5725b</code></a> Fix LSP symbol resolve on missing rpc types (<a href="https://redirect.github.com/bufbuild/buf/issues/4258">#4258</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/74f276893fab49e90ea19da4932fe1060fd7aff0"><code>74f2768</code></a> Add LSP tests for definition / type definition (<a href="https://redirect.github.com/bufbuild/buf/issues/4255">#4255</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/db27d98b273761120a27bac9f2a5f870c7255af4"><code>db27d98</code></a> Respect TLS configuration in registry browser login (<a href="https://redirect.github.com/bufbuild/buf/issues/4249">#4249</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/33d7ce06b366f83a874ce8e8d2c23004134a974a"><code>33d7ce0</code></a> Add LSP hover tests (<a href="https://redirect.github.com/bufbuild/buf/issues/4254">#4254</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/5fb6a08f69f49f6a8d537fb723d0874af677cef6"><code>5fb6a08</code></a> Use name of length rule rather than <code>const</code> for <code>PROTOVALIDATE</code> length checks...</li> <li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.62.1...v1.63.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/mod` from 0.31.0 to 0.32.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/mod/commit/4c04067938546e62fc0572259a68a6912726bcdd"><code>4c04067</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/mod/compare/v0.31.0...v0.32.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6da266 commit 6ff178d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 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.62.1
10+
github.com/bufbuild/buf v1.63.0
1111
github.com/google/go-containerregistry v0.20.7
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.31.0
16+
golang.org/x/mod v0.32.0
1717
golang.org/x/oauth2 v0.34.0
1818
golang.org/x/sync v0.19.0
1919
gopkg.in/yaml.v3 v3.0.1

go.sum

Lines changed: 4 additions & 4 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.62.1 h1:QdYB6JDW7dP+5H7sKx0lN1raxnuUJDDlEJtPHDYKB0g=
14-
github.com/bufbuild/buf v1.62.1/go.mod h1:igMN/6U32/GDzyfkmn0VfIaKoeOnWTTizEf5CG0/87k=
13+
github.com/bufbuild/buf v1.63.0 h1:vMIRozWqYcOU992FqcGgAp8LjoWVTzr52qEolUT+xi4=
14+
github.com/bufbuild/buf v1.63.0/go.mod h1:IWF+TIxwmk4DeyDmguN8WhxKFKQitcX2WnP+RlJlDiY=
1515
github.com/containerd/stargz-snapshotter/estargz v0.18.1 h1:cy2/lpgBXDA3cDKSyEfNOFMA/c10O1axL69EU7iirO8=
1616
github.com/containerd/stargz-snapshotter/estargz v0.18.1/go.mod h1:ALIEqa7B6oVDsrF37GkGN20SuvG/pIMm7FwP7ZmRb0Q=
1717
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
@@ -80,8 +80,8 @@ go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
8080
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
8181
golang.org/x/crypto v0.46.0 h1:cKRW/pmt1pKAfetfu+RCEvjvZkA9RimPbh7bhFjGVBU=
8282
golang.org/x/crypto v0.46.0/go.mod h1:Evb/oLKmMraqjZ2iQTwDwvCtJkczlDuTmdJXoZVzqU0=
83-
golang.org/x/mod v0.31.0 h1:HaW9xtz0+kOcWKwli0ZXy79Ix+UW/vOfmWI5QVd2tgI=
84-
golang.org/x/mod v0.31.0/go.mod h1:43JraMp9cGx1Rx3AqioxrbrhNsLl2l/iNAvuBkrezpg=
83+
golang.org/x/mod v0.32.0 h1:9F4d3PHLljb6x//jOyokMv3eX+YDeepZSEo3mFJy93c=
84+
golang.org/x/mod v0.32.0/go.mod h1:SgipZ/3h2Ci89DlEtEXWUk/HteuRin+HHhN+WbNhguU=
8585
golang.org/x/oauth2 v0.34.0 h1:hqK/t4AKgbqWkdkcAeI8XLmbK+4m4G5YeQRrmiotGlw=
8686
golang.org/x/oauth2 v0.34.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
8787
golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=

0 commit comments

Comments
 (0)