-
Notifications
You must be signed in to change notification settings - Fork 67
chore(deps): update google.golang.org/genproto/googleapis/api digest to e10c466 #456
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,6 @@ | ||
| module github.com/grafana/alerting | ||
|
|
||
| go 1.24.0 | ||
|
|
||
| toolchain go1.24.4 | ||
| go 1.25.0 | ||
|
cursor[bot] marked this conversation as resolved.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unintentional Go minimum version bump to 1.25.0Medium Severity The |
||
|
|
||
| require ( | ||
| github.com/Masterminds/sprig/v3 v3.2.1 | ||
|
|
@@ -27,12 +25,12 @@ require ( | |
| github.com/prometheus/client_golang v1.22.0 | ||
| github.com/prometheus/common v0.64.0 | ||
| github.com/prometheus/common/sigv4 v0.1.0 | ||
| github.com/stretchr/testify v1.10.0 | ||
| go.opentelemetry.io/otel v1.37.0 | ||
| go.opentelemetry.io/otel/trace v1.37.0 | ||
| golang.org/x/net v0.44.0 | ||
| golang.org/x/oauth2 v0.31.0 | ||
| golang.org/x/sync v0.17.0 | ||
| github.com/stretchr/testify v1.11.1 | ||
| go.opentelemetry.io/otel v1.39.0 | ||
| go.opentelemetry.io/otel/trace v1.39.0 | ||
| golang.org/x/net v0.48.0 | ||
| golang.org/x/oauth2 v0.34.0 | ||
| golang.org/x/sync v0.19.0 | ||
| gopkg.in/mail.v2 v2.3.1 | ||
| gopkg.in/telebot.v3 v3.2.1 | ||
| gopkg.in/yaml.v2 v2.4.0 | ||
|
|
@@ -69,7 +67,7 @@ require ( | |
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/google/btree v1.1.3 // indirect | ||
| github.com/grafana/otel-profiling-go v0.5.1 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect | ||
| github.com/hashicorp/errwrap v1.1.0 // indirect | ||
| github.com/hashicorp/go-immutable-radix v1.3.1 // indirect | ||
| github.com/hashicorp/go-metrics v0.5.4 // indirect | ||
|
|
@@ -112,7 +110,7 @@ require ( | |
| github.com/uber/jaeger-client-go v2.28.0+incompatible // indirect | ||
| github.com/uber/jaeger-lib v2.2.0+incompatible // indirect | ||
| go.mongodb.org/mongo-driver v1.14.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/contrib/bridges/prometheus v0.61.0 // indirect | ||
| go.opentelemetry.io/contrib/exporters/autoexport v0.61.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.60.0 // indirect | ||
|
|
@@ -132,21 +130,22 @@ require ( | |
| go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.36.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.36.0 // indirect | ||
| go.opentelemetry.io/otel/log v0.12.2 // indirect | ||
| go.opentelemetry.io/otel/metric v1.37.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.37.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/log v0.12.2 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v1.6.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.39.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v1.7.1 // indirect | ||
| go.uber.org/atomic v1.11.0 // indirect | ||
| golang.org/x/crypto v0.42.0 // indirect | ||
| golang.org/x/mod v0.27.0 // indirect | ||
| golang.org/x/sys v0.36.0 // indirect | ||
| golang.org/x/text v0.29.0 // indirect | ||
| golang.org/x/tools v0.36.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba // indirect | ||
| google.golang.org/grpc v1.75.1 // indirect | ||
| google.golang.org/protobuf v1.36.10 // indirect | ||
| golang.org/x/crypto v0.46.0 // indirect | ||
| golang.org/x/mod v0.30.0 // indirect | ||
| golang.org/x/sys v0.39.0 // indirect | ||
| golang.org/x/text v0.32.0 // indirect | ||
| golang.org/x/tools v0.39.0 // indirect | ||
| golang.org/x/tools/godoc v0.1.0-deprecated // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect | ||
| google.golang.org/grpc v1.79.3 // indirect | ||
| google.golang.org/protobuf v1.36.11 // indirect | ||
| gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect | ||
| ) | ||
|
|
||
|
|
@@ -169,4 +168,4 @@ replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20251124 | |
|
|
||
| replace google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846 | ||
|
|
||
| replace google.golang.org/genproto/googleapis/api => google.golang.org/genproto/googleapis/api v0.0.0-20251124214823-79d6a2a48846 | ||
| replace google.golang.org/genproto/googleapis/api => google.golang.org/genproto/googleapis/api v0.0.0-20260420184626-e10c466a9529 | ||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unintended Go version and toolchain change
High Severity
The commit changes
goto1.25.0and removes thetoolchain go1.24.4pin even though the PR intent is agenprotodigest update. This can silently switch the compiler version in CI/dev, causing new build failures or behavior differences unrelated to the dependency bump.