-
Notifications
You must be signed in to change notification settings - Fork 146
Bump the gomod group across 1 directory with 33 updates #4602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/go_modules/gomod-04046fef9e
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the gomod group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/apache/pulsar-client-go](https://github.com/apache/pulsar-client-go) | `0.14.0` | `0.18.0` | | [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) | `3.12.0` | `3.17.0` | | [github.com/go-openapi/analysis](https://github.com/go-openapi/analysis) | `0.24.1` | `0.24.2` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.21.1` | `1.23.2` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.2` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.71.0` | `1.78.0` | | [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.4.0` | `1.6.0` | | [github.com/IBM/pgxpoolprometheus](https://github.com/IBM/pgxpoolprometheus) | `1.1.1` | `1.1.2` | | [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) | `3.3.1` | `3.4.0` | | [github.com/charmbracelet/glamour](https://github.com/charmbracelet/glamour) | `0.8.0` | `0.10.0` | | [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.23.1` | `0.25.4` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.25.0` | `10.30.1` | | [github.com/goreleaser/goreleaser/v2](https://github.com/goreleaser/goreleaser) | `2.8.1` | `2.13.2` | | [github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus](https://github.com/grpc-ecosystem/go-grpc-middleware) | `1.0.1` | `1.1.0` | | [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://github.com/grpc-ecosystem/go-grpc-middleware) | `2.3.1` | `2.3.3` | | [github.com/openconfig/goyang](https://github.com/openconfig/goyang) | `1.6.2` | `1.6.3` | | [github.com/redis/go-redis/extra/redisprometheus/v9](https://github.com/redis/go-redis) | `9.0.5` | `9.17.2` | | [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.33.0` | `1.34.0` | Updates `github.com/apache/pulsar-client-go` from 0.14.0 to 0.18.0 - [Release notes](https://github.com/apache/pulsar-client-go/releases) - [Changelog](https://github.com/apache/pulsar-client-go/blob/master/CHANGELOG.md) - [Commits](apache/pulsar-client-go@v0.14.0...v0.18.0) Updates `github.com/coreos/go-oidc/v3` from 3.12.0 to 3.17.0 - [Release notes](https://github.com/coreos/go-oidc/releases) - [Commits](coreos/go-oidc@v3.12.0...v3.17.0) Updates `github.com/go-openapi/analysis` from 0.24.1 to 0.24.2 - [Release notes](https://github.com/go-openapi/analysis/releases) - [Commits](go-openapi/analysis@v0.24.1...v0.24.2) Updates `github.com/go-openapi/jsonreference` from 0.21.3 to 0.21.4 - [Release notes](https://github.com/go-openapi/jsonreference/releases) - [Commits](go-openapi/jsonreference@v0.21.3...v0.21.4) Updates `github.com/go-openapi/spec` from 0.22.1 to 0.22.2 - [Release notes](https://github.com/go-openapi/spec/releases) - [Commits](go-openapi/spec@v0.22.1...v0.22.2) Updates `github.com/prometheus/client_golang` from 1.21.1 to 1.23.2 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.21.1...v1.23.2) Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.2 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.2) Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.9 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.6...v1.0.9) Updates `golang.org/x/net` from 0.46.0 to 0.48.0 - [Commits](golang/net@v0.46.0...v0.48.0) Updates `golang.org/x/oauth2` from 0.28.0 to 0.30.0 - [Commits](golang/oauth2@v0.28.0...v0.30.0) Updates `golang.org/x/sync` from 0.18.0 to 0.19.0 - [Commits](golang/sync@v0.18.0...v0.19.0) Updates `google.golang.org/grpc` from 1.71.0 to 1.78.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.71.0...v1.78.0) Updates `k8s.io/utils` from 0.0.0-20241210054802-24370beab758 to 0.0.0-20250321185631-1f6e0b77f77e - [Commits](https://github.com/kubernetes/utils/commits) Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.6.0 - [Release notes](https://github.com/kubernetes-sigs/yaml/releases) - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/yaml@v1.4.0...v1.6.0) Updates `github.com/IBM/pgxpoolprometheus` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/IBM/pgxpoolprometheus/releases) - [Commits](IBM/pgxpoolprometheus@v1.1.1...v1.1.2) Updates `github.com/Masterminds/semver/v3` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/Masterminds/semver/releases) - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md) - [Commits](Masterminds/semver@v3.3.1...v3.4.0) Updates `github.com/charmbracelet/glamour` from 0.8.0 to 0.10.0 - [Release notes](https://github.com/charmbracelet/glamour/releases) - [Commits](charmbracelet/glamour@v0.8.0...v0.10.0) Updates `github.com/go-openapi/errors` from 0.22.4 to 0.22.5 - [Release notes](https://github.com/go-openapi/errors/releases) - [Commits](go-openapi/errors@v0.22.4...v0.22.5) Updates `github.com/go-openapi/swag` from 0.23.1 to 0.25.4 - [Commits](go-openapi/swag@v0.23.1...v0.25.4) Updates `github.com/go-playground/validator/v10` from 10.25.0 to 10.30.1 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.25.0...v10.30.1) Updates `github.com/goreleaser/goreleaser/v2` from 2.8.1 to 2.13.2 - [Release notes](https://github.com/goreleaser/goreleaser/releases) - [Commits](goreleaser/goreleaser@v2.8.1...v2.13.2) Updates `github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases) - [Commits](grpc-ecosystem/go-grpc-middleware@providers/prometheus/v1.0.1...v1.1.0) Updates `github.com/grpc-ecosystem/go-grpc-middleware/v2` from 2.3.1 to 2.3.3 - [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases) - [Commits](grpc-ecosystem/go-grpc-middleware@v2.3.1...v2.3.3) Updates `github.com/jackc/pgx/v5` from 5.7.2 to 5.7.6 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.2...v5.7.6) Updates `github.com/openconfig/goyang` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/openconfig/goyang/releases) - [Commits](openconfig/goyang@v1.6.2...v1.6.3) Updates `github.com/prometheus/common` from 0.62.0 to 0.67.4 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md) - [Commits](prometheus/common@v0.62.0...v0.67.4) Updates `github.com/redis/go-redis/extra/redisprometheus/v9` from 9.0.5 to 9.17.2 - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/v9.17.2/RELEASE-NOTES.md) - [Commits](redis/go-redis@v9.0.5...v9.17.2) Updates `github.com/redis/go-redis/v9` from 9.7.1 to 9.17.2 - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/v9.17.2/RELEASE-NOTES.md) - [Commits](redis/go-redis@v9.7.1...v9.17.2) Updates `github.com/rs/zerolog` from 1.33.0 to 1.34.0 - [Commits](rs/zerolog@v1.33.0...v1.34.0) Updates `go.uber.org/mock` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/uber/mock/releases) - [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md) - [Commits](uber-go/mock@v0.5.0...v0.6.0) Updates `golang.org/x/term` from 0.36.0 to 0.38.0 - [Commits](golang/term@v0.36.0...v0.38.0) Updates `golang.org/x/time` from 0.11.0 to 0.14.0 - [Commits](golang/time@v0.11.0...v0.14.0) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250311190419-81fb87f6b8bf to 0.0.0-20251029180050-ab9386a59fda - [Commits](https://github.com/googleapis/go-genproto/commits) --- updated-dependencies: - dependency-name: github.com/apache/pulsar-client-go dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/coreos/go-oidc/v3 dependency-version: 3.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/go-openapi/analysis dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/go-openapi/jsonreference dependency-version: 0.21.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/go-openapi/spec dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/spf13/pflag dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: golang.org/x/net dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/oauth2 dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/sync dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: google.golang.org/grpc dependency-version: 1.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/utils dependency-version: 0.0.0-20250321185631-1f6e0b77f77e dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: sigs.k8s.io/yaml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/IBM/pgxpoolprometheus dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/Masterminds/semver/v3 dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/charmbracelet/glamour dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/go-openapi/errors dependency-version: 0.22.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/go-openapi/swag dependency-version: 0.25.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/go-playground/validator/v10 dependency-version: 10.30.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/goreleaser/goreleaser/v2 dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/grpc-ecosystem/go-grpc-middleware/v2 dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/openconfig/goyang dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/prometheus/common dependency-version: 0.67.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/redis/go-redis/extra/redisprometheus/v9 dependency-version: 9.17.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.17.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/rs/zerolog dependency-version: 1.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: go.uber.org/mock dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/term dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/time dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: google.golang.org/genproto/googleapis/api dependency-version: 0.0.0-20251029180050-ab9386a59fda dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the gomod group with 18 updates in the / directory:
0.14.00.18.03.12.03.17.00.24.10.24.21.21.11.23.21.9.11.10.21.71.01.78.01.4.01.6.01.1.11.1.23.3.13.4.00.8.00.10.00.23.10.25.410.25.010.30.12.8.12.13.21.0.11.1.02.3.12.3.31.6.21.6.39.0.59.17.21.33.01.34.0Updates
github.com/apache/pulsar-client-gofrom 0.14.0 to 0.18.0Release notes
Sourced from github.com/apache/pulsar-client-go's releases.
... (truncated)
Changelog
Sourced from github.com/apache/pulsar-client-go's changelog.
... (truncated)
Commits
a97691dfix: enhance zero queue consumer reconnection handling and message permit man...81f2289fix: return error when the client transaction coordinator is nil to p… (#1444)dff07bdchore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 (#1440)5b0e054Support reloading OAuth2 key file (#1441)fa2b263Fix partition update failure causing existing producers to close (#1437)4ba6850chore(deps): bump github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0 (#1439)bdfa6a0Fix the issue of unable to parse non-batch messages that with non-empty prope...148c10cadd timestamp to schema info (#1436)7b4b3a6test: add unit test for unloading topic before consuming zero queue messages ...50efe42Update namespace & topic admin methods to return nil if unset (#1433)Updates
github.com/coreos/go-oidc/v3from 3.12.0 to 3.17.0Release notes
Sourced from github.com/coreos/go-oidc/v3's releases.
Commits
35b8e03oidc: improve error message for mismatched issuer URLse958473bump go to 1.24, remove 1.23 support, bump go-jose dependency, remove x/net d...69b1670refactor: Remove unused time injection from RemoteKeySet8d1e57eoidc: verify the ID Token's signature before processing claimsa7c457eoidctest: fix importaba1ce2oidc/oidctest: add new package60d436e*: bump dependency versionsUpdates
github.com/go-openapi/analysisfrom 0.24.1 to 0.24.2Release notes
Sourced from github.com/go-openapi/analysis's releases.
Commits
70ee0b1chore: updated deps56898acchore(deps): Bump the go-openapi-dependencies group with 2 updates15a9bd0doc: updated contributors file0c3794cci: renamed scanners workflowbd3a36dci: updated ci-workflows15cb42achore: go mod tidyd14fd02chore: fixed vulnerabilities (updated dependencies)7ba2397doc: fixed template marks in maintainers doc9f28936chore(lint): relinted the codebase to meet updated linter config5229610test: removed special case for handling testing dirs on windowsUpdates
github.com/go-openapi/jsonreferencefrom 0.21.3 to 0.21.4Release notes
Sourced from github.com/go-openapi/jsonreference's releases.
Commits
a073f3adoc: updated contributors file7187c08chore: updated jsonpointere8774d8ci: aligned CI with shared workflows and common docs92dc147build(deps): bump actions/checkout in the development-dependencies groupfd2b1a9build(deps): bump github.com/go-openapi/jsonpointerb8b88e5chore(lint): aligned linting rules with jsonpointer - fixed remaining issues760d080build(deps): bump golangci/golangci-lint-action52494f5docs: fixed typo in NOTICEUpdates
github.com/go-openapi/specfrom 0.22.1 to 0.22.2Release notes
Sourced from github.com/go-openapi/spec's releases.
Commits
324f6d9doc: removed old version of the READMEe58b915chore: updated jsonpointer and reference1ffcd7adoc: updated contributors file90bc044test(readability): used embedded FS for fixturesb75931bfix: added guard for edge case causing potential panic4f79daaci: aligned CI and doc with go-openapi reposa637b92build(deps): bump actions/checkout in the development-dependencies groupf532082build(deps): bump the go-openapi-dependencies group with 5 updatesf0c3effbuild(deps): bump the go-openapi-dependencies group with 6 updates817d7f9build(deps): bump golangci/golangci-lint-actionUpdates
github.com/prometheus/client_golangfrom 1.21.1 to 1.23.2Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
8179a56Cut v1.23.2 (#1870)4142b59Merge pull request #1869 from prometheus/arve/upgrade-common4ff40f0Cut v1.23.1 (#1867)989b029Upgrade to prometheus/common v0.66 (#1866)e4b2208Cut v1.23.0 (#1848)d9492afcut v1.23.0-rc.1 (#1842)aeae8a0Cut v1.23.0-rc.0 (#1837)b157309Update common Prometheus files (#1832)a704e28build(deps): bump the github-actions group with 3 updates (#1826)c774311Fix errNotImplemented reference (#1835)Updates
github.com/spf13/cobrafrom 1.9.1 to 1.10.2Release notes
Sourced from github.com/spf13/cobra's releases.
... (truncated)
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)7da941cchore: Bump pflag to v1.0.9 (#2305)51d6751Bump pflag to 1.0.8 (#2303)3f3b818Update README.md with new logodcaf42eAdd Periscope to the list of projects using Cobra (#2299)Updates
github.com/spf13/pflagfrom 1.0.6 to 1.0.9Release notes
Sourced from github.com/spf13/pflag's releases.
... (truncated)
Commits
1043857Merge pull request #446 from spf13/fix-backwards-compat7412009fix: Restore ParseErrorsWhitelist name for nowb9c16faMerge pull request #444 from spf13/reset-args-even-if-empty40abc49Merge pull request #443 from spf13/silence-errhelp1bf832cUse errors.Is instead of equality checkd25dd24Reset args on re-parse even if empty094909dMerge pull request #365 from vaguecoder/str2str-sortedccb49e5Print Default Values of String-to-String in Sorted Orderb55ffb6fix: Don't print ErrHelp in ParseAll7c651d1Merge pull request #407 from tmc/fix-errhelpUpdates
golang.org/x/netfrom 0.46.0 to 0.48.0Commits
35e1306go.mod: update golang.org/x dependencies7c36036http2, webdav, websocket: fix %q verb uses with wrong typeec11ecctrace: fix data race in RenderEventsbff14c5http2: don't PING a responsive server when resetting a stream88a6421dns/dnsmessage: avoid use of "strings" and "math" in dns/dnsmessage123d099http2: support net/http.Transport.NewClientConn346cc61webdav: relax test to check for any redirect status, not just 3019a29643go.mod: update golang.org/x dependencies07cefd8context: deprecate5ac9dacpublicsuffix: don't treat ip addresses as domain namesUpdates
golang.org/x/oauth2from 0.28.0 to 0.30.0Commits
cf14319oauth2: fix expiration time window check32d34efinternal: include clientID in auth style cache key2d34e30oauth2: replace a magic number with AuthStyleUnknown696f7b3all: modernize with doc links and any471209boauth2: drop dependency on go-cmp6968da2oauth2: sync Token.ExpiresIn from internal Tokend2c4e0aoauth2: context instead of golang.org/x/net/context in doc883dc3cendpoints: add various endpoints from stale CLs1c06e87all: make use of oauth.Token.ExpiresIn65c15a3oauth2: remove extra periodUpdates
golang.org/x/syncfrom 0.18.0 to 0.19.0Commits
2a180e2errgroup: use consistent read for SetLimit panicUpdates
google.golang.org/grpcfrom 1.71.0 to 1.78.0Release notes
Sourced from google.golang.org/grpc's releases.