-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump google.golang.org/grpc from 1.79.3 to 1.82.1 in /tools/task #8
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -16,7 +16,7 @@ require ( | |||||
| cloud.google.com/go/iam v1.5.3 // indirect | ||||||
| cloud.google.com/go/monitoring v1.24.3 // indirect | ||||||
| cloud.google.com/go/storage v1.61.3 // indirect | ||||||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect | ||||||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.32.0 // indirect | ||||||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 // indirect | ||||||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 // indirect | ||||||
| github.com/Ladicle/tabwriter v1.0.0 // indirect | ||||||
|
|
@@ -53,14 +53,14 @@ require ( | |||||
| github.com/charmbracelet/x/windows v0.2.2 // indirect | ||||||
| github.com/clipperhouse/displaywidth v0.11.0 // indirect | ||||||
| github.com/clipperhouse/uax29/v2 v2.7.0 // indirect | ||||||
| github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect | ||||||
| github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect | ||||||
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||||||
| github.com/dlclark/regexp2 v1.11.5 // indirect | ||||||
| github.com/dominikbraun/graph v0.23.0 // indirect | ||||||
| github.com/dustin/go-humanize v1.0.1 // indirect | ||||||
| github.com/elliotchance/orderedmap/v3 v3.1.0 // indirect | ||||||
| github.com/envoyproxy/go-control-plane/envoy v1.36.0 // indirect | ||||||
| github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect | ||||||
| github.com/envoyproxy/go-control-plane/envoy v1.37.0 // indirect | ||||||
| github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect | ||||||
| github.com/fatih/color v1.19.0 // indirect | ||||||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||||||
| github.com/fsnotify/fsnotify v1.9.0 // indirect | ||||||
|
|
@@ -105,7 +105,7 @@ require ( | |||||
| github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||||||
| github.com/zeebo/xxh3 v1.1.0 // indirect | ||||||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||||||
| go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect | ||||||
| go.opentelemetry.io/contrib/detectors/gcp v1.43.0 // indirect | ||||||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect | ||||||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect | ||||||
| go.opentelemetry.io/otel v1.43.0 // indirect | ||||||
|
|
@@ -114,19 +114,19 @@ require ( | |||||
| go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect | ||||||
| go.opentelemetry.io/otel/trace v1.43.0 // indirect | ||||||
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||||||
| golang.org/x/crypto v0.49.0 // indirect | ||||||
| golang.org/x/net v0.52.0 // indirect | ||||||
| golang.org/x/crypto v0.50.0 // indirect | ||||||
| golang.org/x/net v0.53.0 // indirect | ||||||
|
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. The following vulnerabilities impact These can be remediated by updating to version To ignore this finding as an exception, reply to this conversation with If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more). To get more details on how to remediate this issue using AI, reply to this conversation with
Suggested change
|
||||||
| golang.org/x/oauth2 v0.36.0 // indirect | ||||||
| golang.org/x/sync v0.20.0 // indirect | ||||||
| golang.org/x/sys v0.43.0 // indirect | ||||||
| golang.org/x/term v0.42.0 // indirect | ||||||
| golang.org/x/text v0.35.0 // indirect | ||||||
| golang.org/x/text v0.36.0 // indirect | ||||||
| golang.org/x/time v0.15.0 // indirect | ||||||
| google.golang.org/api v0.271.0 // indirect | ||||||
| google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect | ||||||
| google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20 // indirect | ||||||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect | ||||||
| google.golang.org/grpc v1.79.3 // indirect | ||||||
| google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 // indirect | ||||||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect | ||||||
| google.golang.org/grpc v1.82.1 // indirect | ||||||
| google.golang.org/protobuf v1.36.11 // indirect | ||||||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
| mvdan.cc/sh/moreinterp v0.0.0-20260120230322-19def062a997 // indirect | ||||||
|
|
||||||
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.
The following vulnerabilities impact
golang.org/x/cryptoversions <0.52.0:CVE-2026-39827,CVE-2026-39828,CVE-2026-39829,CVE-2026-39830,CVE-2026-39831,CVE-2026-39832,CVE-2026-39833,CVE-2026-39834,CVE-2026-39835,CVE-2026-42508,CVE-2026-46595,CVE-2026-46597,CVE-2026-46598.These can be remediated by updating to version
0.52.0or higher.To ignore this finding as an exception, reply to this conversation with
#wiz_ignore reasonIf you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).
To get more details on how to remediate this issue using AI, reply to this conversation with
#wiz remediate