Skip to content

chore(deps): update google.golang.org/genproto digest to da73d73 - #595

Open
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
renovate/google.golang.org-genproto-digest
Open

chore(deps): update google.golang.org/genproto digest to da73d73#595
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
renovate/google.golang.org-genproto-digest

Conversation

@renovate-sh-app

@renovate-sh-app renovate-sh-app Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
google.golang.org/genproto replace digest 79d6a2ada73d73

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app
renovate-sh-app Bot requested a review from a team as a code owner June 3, 2026 15:06
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-digest branch from ba382ee to 6630c0a Compare June 14, 2026 00:04
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto digest to 3dc84a4 chore(deps): update google.golang.org/genproto digest to 7ab31c2 Jun 14, 2026
@renovate-sh-app

renovate-sh-app Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 18 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/trace v1.43.0 -> v1.44.0
golang.org/x/net v0.52.0 -> v0.56.0
golang.org/x/sync v0.20.0 -> v0.22.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 -> v0.67.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.36.0 -> v1.43.0
go.opentelemetry.io/otel/metric v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/sdk v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/sdk/metric v1.43.0 -> v1.44.0
golang.org/x/crypto v0.49.0 -> v0.53.0
golang.org/x/mod v0.33.0 -> v0.37.0
golang.org/x/sys v0.42.0 -> v0.47.0
golang.org/x/text v0.35.0 -> v0.40.0
golang.org/x/tools v0.42.0 -> v0.47.0
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 -> v0.0.0-20260819154853-08b0e4226688
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 -> v0.0.0-20260819154853-08b0e4226688
google.golang.org/grpc v1.80.0 -> v1.82.1
google.golang.org/protobuf v1.36.11 -> v1.36.12

@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-digest branch 2 times, most recently from 32fdcb8 to 2e6f354 Compare June 21, 2026 15:33
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto digest to 7ab31c2 chore(deps): update google.golang.org/genproto digest to 87f3d3e Jun 21, 2026
@cursor

cursor Bot commented Jun 21, 2026

Copy link
Copy Markdown

PR Summary

Medium Risk
Dependency-only change but affects gRPC, genproto, and OTel stacks used transitively by dskit/alertmanager; verify build and tests after merge.

Overview
Renovate bumps the monolithic google.golang.org/genproto replace pin from 79d6a2a48846 to 925bb5da69e7, keeping the existing workaround for ambiguous genproto imports (dskit / gogo/status). go.sum and several indirect requires move with that resolution—notably OpenTelemetry (go.opentelemetry.io/otel and SDK/metric to 1.44), gRPC (1.81.1), split genproto/googleapis/{api,rpc} snapshots, and golang.org/x/{net,sync,crypto,mod,sys,text,tools}.

There is no application source change; only module lockfiles.

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

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 2e6f354. Configure here.

Comment thread go.mod Outdated
// These replace directives force all dependencies to use compatible versions from
// the same snapshot. Remove once upstream dependencies (dskit -> gogo/status) are updated.
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20251124214823-79d6a2a48846
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20260618152121-87f3d3e198d3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genproto replace snapshots diverged

Medium Severity

The monolithic google.golang.org/genproto replace now points at commit 87f3d3e, while the googleapis/api and googleapis/rpc replaces still pin 79d6a2a. The workaround comment in go.mod states all three should come from the same snapshot; before this change the monolithic replace matched those pins. Mixing snapshots can yield incompatible generated types across gRPC and OpenTelemetry paths.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2e6f354. Configure here.

@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-digest branch from 2e6f354 to 8330ae4 Compare June 25, 2026 18:02
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto digest to 87f3d3e chore(deps): update google.golang.org/genproto digest to b703f56 Jun 25, 2026
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-digest branch from 8330ae4 to 9c4e96e Compare July 3, 2026 18:30
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto digest to b703f56 chore(deps): update google.golang.org/genproto digest to 925bb5d Jul 3, 2026
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-digest branch from 9c4e96e to 02b9c92 Compare July 9, 2026 21:02
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto digest to 925bb5d chore(deps): update google.golang.org/genproto digest to f0a9213 Jul 9, 2026
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-digest branch from 02b9c92 to aafae78 Compare July 19, 2026 01:03
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto digest to f0a9213 chore(deps): update google.golang.org/genproto digest to e75dac1 Jul 19, 2026
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-digest branch from aafae78 to f0d1872 Compare August 1, 2026 19:03
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto digest to e75dac1 chore(deps): update google.golang.org/genproto digest to 8efbd57 Aug 1, 2026
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-digest branch from f0d1872 to 2ac6975 Compare August 6, 2026 16:02
@renovate-sh-app
renovate-sh-app Bot requested a review from a team as a code owner August 6, 2026 16:02
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto digest to 8efbd57 chore(deps): update google.golang.org/genproto digest to 6ac0973 Aug 6, 2026
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-digest branch from 2ac6975 to 0ba46f9 Compare August 13, 2026 16:03
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto digest to 6ac0973 chore(deps): update google.golang.org/genproto digest to ec0a776 Aug 13, 2026
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-digest branch from 0ba46f9 to 4f6e4fd Compare August 22, 2026 16:04
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto digest to ec0a776 chore(deps): update google.golang.org/genproto digest to 08b0e42 Aug 22, 2026
| datasource | package                    | from                               | to                                 |
| ---------- | -------------------------- | ---------------------------------- | ---------------------------------- |
| go         | google.golang.org/genproto | v0.0.0-20251124214823-79d6a2a48846 | v0.0.0-20260825221802-da73d73af1c5 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-digest branch from 4f6e4fd to 2392db3 Compare August 29, 2026 01:03
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto digest to 08b0e42 chore(deps): update google.golang.org/genproto digest to da73d73 Aug 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants