Skip to content

Commit 7b9f40b

Browse files
Bump github.com/bufbuild/buf from 1.24.0 to 1.25.0 (#208)
Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.24.0 to 1.25.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.25.0</h2> <ul> <li>Add <code>txtpb</code> format to handle the Protobuf text format. and automatically recognize <code>.txtpb</code> files as Protobuf text files. The <code>txtpb</code> format can now be used with all <code>buf</code> commands that take images as input or output, such as <code>build</code>, <code>convert</code>, and <code>curl</code>.</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.25.0] - 2023-07-18</h2> <ul> <li>Add <code>txtpb</code> format to handle the Protobuf text format. and automatically recognize <code>.txtpb</code> files as Protobuf text files. The <code>txtpb</code> format can now be used with all <code>buf</code> commands that take images as input or output, such as <code>build</code>, <code>convert</code>, and <code>curl</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bufbuild/buf/commit/c2f35f50296f92d7db6cc3afbc67edc24c0b213e"><code>c2f35f5</code></a> Release v1.25.0 (<a href="https://redirect.github.com/bufbuild/buf/issues/2305">#2305</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/575bd3d4fb0acb9c49caba92a672c688ad78735f"><code>575bd3d</code></a> Fix modules flag type and docs (<a href="https://redirect.github.com/bufbuild/buf/issues/2301">#2301</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/4ad371ab525a12b5be039954bbb9695f30623e72"><code>4ad371a</code></a> Add .txtpb support to convert command (<a href="https://redirect.github.com/bufbuild/buf/issues/2293">#2293</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/966b5495c50c00a4938b80825c7e29d51bb3f213"><code>966b549</code></a> Make upgrade (<a href="https://redirect.github.com/bufbuild/buf/issues/2300">#2300</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/1f312d79358c740b4f37e64d06d3848e80719e38"><code>1f312d7</code></a> Bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0 (<a href="https://redirect.github.com/bufbuild/buf/issues/2299">#2299</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/6dd040379366102afea12d2e65e3edc88450c280"><code>6dd0403</code></a> Move appproto private functions to the only file that uses them (<a href="https://redirect.github.com/bufbuild/buf/issues/2296">#2296</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/dfc8685388fab950467d897427ea8d9b059351fe"><code>dfc8685</code></a> Specify 'binpb' instead of 'bin' in the convert cmd help (<a href="https://redirect.github.com/bufbuild/buf/issues/2294">#2294</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/961d5a24a04a591e299374d75aea0687de38b590"><code>961d5a2</code></a> Return to development (<a href="https://redirect.github.com/bufbuild/buf/issues/2291">#2291</a>)</li> <li>See full diff in <a href="https://github.com/bufbuild/buf/compare/v1.24.0...v1.25.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/bufbuild/buf&package-manager=go_modules&previous-version=1.24.0&new-version=1.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28f6d72 commit 7b9f40b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/bufbuild/modules
33
go 1.19
44

55
require (
6-
github.com/bufbuild/buf v1.24.0
6+
github.com/bufbuild/buf v1.25.0
77
github.com/google/go-github/v48 v48.2.0
88
github.com/hashicorp/go-retryablehttp v0.7.4
99
github.com/stretchr/testify v1.8.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/bufbuild/buf v1.24.0 h1:36rVJMJX7BI9Z6nUPpirF+TUO9tVZ45u5VAfj5E7Bgw=
2-
github.com/bufbuild/buf v1.24.0/go.mod h1:cacBvncWbYnUcNX580lqllR3qlEetMX/KVm27pUc4Kc=
1+
github.com/bufbuild/buf v1.25.0 h1:HFxKrR8wFcZwrBInN50K/oJX/WOtPVq24rHb/ArjfBA=
2+
github.com/bufbuild/buf v1.25.0/go.mod h1:GCKZ5bAP6Ht4MF7KcfaGVgBEXGumwAz2hXjjLVxx8ZU=
33
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
44
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
55
github.com/gofrs/uuid/v5 v5.0.0 h1:p544++a97kEL+svbcFbCQVM9KFu0Yo25UoISXGNNH9M=

0 commit comments

Comments
 (0)