Skip to content

Bump github.com/fullstorydev/grpcurl from 1.9.3 to 1.9.4 - #447

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/fullstorydev/grpcurl-1.9.4
Open

Bump github.com/fullstorydev/grpcurl from 1.9.3 to 1.9.4#447
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/fullstorydev/grpcurl-1.9.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/fullstorydev/grpcurl from 1.9.3 to 1.9.4.

Release notes

Sourced from github.com/fullstorydev/grpcurl's releases.

v1.9.4

What's Changed

Dependencies

Changes

New Contributors

... (truncated)

Commits
  • cf21d4a update release to cut and upload via gh actions (#580)
  • 8568146 fix: preserve wrapped request and descriptor errors (#579)
  • 7884ecb remove old SA1019 lint:ignore (#577)
  • aba598c go mod update (#578)
  • 4bb0f33 Bump google.golang.org/protobuf from 1.36.11 to 1.36.12 (#576)
  • 5f2d0c2 remove old SA1019 lint:ignore (#574)
  • 6be36ba Fix path traversal attack in -proto-out-dir (#573)
  • 353acfe Fix flaky TLS test by waiting for dial outcome before closing connection (#572)
  • 04bf23b docs: fix typo "foor" -> "foo" in README example (#571)
  • 1a48043 Bump golang.org/x/net in the go_modules group across 1 directory (#569)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note

Medium Risk
grpcurl sits on the RPC/descriptor path; a minor bump can change TLS, dialing, and error behavior even though this PR touches only module files.

Overview
This PR only updates dependency pins: github.com/fullstorydev/grpcurl moves from v1.9.3 to v1.9.4 in go.mod, with matching checksum lines in go.sum. There are no changes to grpcui source.

Because grpcui builds on grpcurl for descriptor resolution and header handling (e.g. grpcurl.DescriptorSource, grpcurl.ExpandHeaders in cmd/grpcui/grpcui.go), runtime behavior can shift with whatever shipped in grpcurl 1.9.4 (upstream TLS/gRPC connection handling, dependency security bumps, and related fixes)—without any edits in this repo.

Reviewed by Cursor Bugbot for commit 19ae1aa. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [github.com/fullstorydev/grpcurl](https://github.com/fullstorydev/grpcurl) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/fullstorydev/grpcurl/releases)
- [Commits](fullstorydev/grpcurl@v1.9.3...v1.9.4)

---
updated-dependencies:
- dependency-name: github.com/fullstorydev/grpcurl
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants