Skip to content

Commit

Permalink
Bump github.com/fullstorydev/grpcurl from 1.8.8 to 1.8.9 (#278)
Browse files Browse the repository at this point in the history
Bumps
[github.com/fullstorydev/grpcurl](https://github.com/fullstorydev/grpcurl)
from 1.8.8 to 1.8.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fullstorydev/grpcurl/releases">github.com/fullstorydev/grpcurl's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.9</h2>
<h2>Changelog</h2>
<ul>
<li>28c0ee2 Disable CGO for improved compatibility across distros (<a
href="https://redirect.github.com/fullstorydev/grpcurl/issues/420">#420</a>)</li>
<li>bc2944d Bump golang.org/x/net from 0.9.0 to 0.17.0 (<a
href="https://redirect.github.com/fullstorydev/grpcurl/issues/419">#419</a>)</li>
<li>7a845ca SIGSEGV: panic: runtime error: invalid memory address or nil
pointer dereference in protoreflect (<a
href="https://redirect.github.com/fullstorydev/grpcurl/issues/416">#416</a>)</li>
<li>c17f078 Added alts credential option (<a
href="https://redirect.github.com/fullstorydev/grpcurl/issues/341">#341</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fullstorydev/grpcurl/commit/28c0ee28f02a3db8affaf8fcc0c786312167e0f6"><code>28c0ee2</code></a>
Disable CGO for improved compatibility across distros (<a
href="https://redirect.github.com/fullstorydev/grpcurl/issues/420">#420</a>)</li>
<li><a
href="https://github.com/fullstorydev/grpcurl/commit/bc2944de9763c93509271d110c1d059a7e05db5f"><code>bc2944d</code></a>
Bump golang.org/x/net from 0.9.0 to 0.17.0 (<a
href="https://redirect.github.com/fullstorydev/grpcurl/issues/419">#419</a>)</li>
<li><a
href="https://github.com/fullstorydev/grpcurl/commit/7a845ca5e9e19e837ce0c0c43c014f6f40e0ff80"><code>7a845ca</code></a>
SIGSEGV: panic: runtime error: invalid memory address or nil pointer
derefere...</li>
<li><a
href="https://github.com/fullstorydev/grpcurl/commit/c17f0782f7a055321e6b581c38ab19044f9be637"><code>c17f078</code></a>
Added alts credential option (<a
href="https://redirect.github.com/fullstorydev/grpcurl/issues/341">#341</a>)</li>
<li>See full diff in <a
href="https://github.com/fullstorydev/grpcurl/compare/v1.8.8...v1.8.9">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fullstorydev/grpcurl&package-manager=go_modules&previous-version=1.8.8&new-version=1.8.9)](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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 2c21280 commit 2c5dd5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,465 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/fullstorydev/grpcui
go 1.18

require (
github.com/fullstorydev/grpcurl v1.8.8
github.com/fullstorydev/grpcurl v1.8.9
github.com/golang/protobuf v1.5.3
github.com/jhump/protoreflect v1.15.3
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
Expand Down
Loading

0 comments on commit 2c5dd5c

Please sign in to comment.