-
Notifications
You must be signed in to change notification settings - Fork 9
fix(deps): vuln minor upgrades — 7 packages (minor: 7) [apps/rpc] #305
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
gh-worker-campaigns-3e9aa4
wants to merge
1
commit into
main
Choose a base branch
from
engraver-auto-version-upgrade/minorpatch/go/rpc/0-1785769044
base: main
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.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,38 +1,38 @@ | ||
| module github.com/DataDog/opentelemetry-examples/apps/rpc/calendar-client | ||
|
|
||
| go 1.20 | ||
| go 1.25.0 | ||
|
|
||
| replace github.com/DataDog/opentelemetry-examples/apps/rpc/protos => ../protos/ | ||
|
|
||
| require ( | ||
| github.com/DataDog/opentelemetry-examples/apps/rpc/protos v0.0.0-00010101000000-000000000000 | ||
| go.opencensus.io v0.24.0 | ||
| go.opentelemetry.io/otel v1.16.0 | ||
| go.opentelemetry.io/otel v1.44.0 | ||
| go.opentelemetry.io/otel/bridge/opencensus v0.39.0 | ||
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0 | ||
| go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.39.0 | ||
| go.opentelemetry.io/otel/sdk/metric v0.39.0 | ||
| google.golang.org/grpc v1.57.1 | ||
| go.opentelemetry.io/otel/sdk/metric v1.44.0 | ||
| google.golang.org/grpc v1.83.0 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/cenkalti/backoff/v4 v4.2.1 // indirect | ||
| github.com/go-logr/logr v1.2.4 // indirect | ||
| github.com/go-logr/logr v1.4.3 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
| github.com/golang/protobuf v1.5.3 // indirect | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.17.1 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.39.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.16.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.16.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.16.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.44.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v1.0.0 // indirect | ||
| golang.org/x/net v0.17.0 // indirect | ||
| golang.org/x/sys v0.13.0 // indirect | ||
| golang.org/x/text v0.13.0 // indirect | ||
| golang.org/x/net v0.57.0 // indirect | ||
| golang.org/x/sys v0.47.0 // indirect | ||
| golang.org/x/text v0.40.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect | ||
| google.golang.org/protobuf v1.31.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect | ||
| google.golang.org/protobuf v1.36.11 // indirect | ||
| ) | ||
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
With this module now selecting
go.opentelemetry.io/otel/sdk/metricv1.44.0, the unchanged client code still callsreader1.RegisterProducer(...)andreader2.RegisterProducer(...)incalendar-client/main.go; that method is no longer on*metric.PeriodicReaderin the v1.44 API, where producers are passed via reader options. As a result, building the documentedcalendar-clientafter this dependency update fails until the code is changed to usemetric.WithProducer(producer)or the SDK metric module is kept on the compatible version.Useful? React with 👍 / 👎.