-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
Update google.golang.org/api to latest #3288
Conversation
Ignore the vendor/ tree created if someone runs "go mod vendor" Signed-off-by: Christian Stewart <[email protected]>
Updating protobuf runtime library as a dependency of eventually updating google.golang.org/api in a future commit. Signed-off-by: Christian Stewart <[email protected]>
Updating grpc library as a dependency of eventually updating google.golang.org/api in a future commit. Signed-off-by: Christian Stewart <[email protected]>
Updating x/net library as a dependency of eventually updating google.golang.org/api in a future commit. Signed-off-by: Christian Stewart <[email protected]>
Updating x/oauth2 library as a dependency of eventually updating google.golang.org/api in a future commit. Signed-off-by: Christian Stewart <[email protected]>
…test Updating testify library as a dependency of eventually updating google.golang.org/api in a future commit. Signed-off-by: Christian Stewart <[email protected]>
Updating otel library as a dependency of eventually updating google.golang.org/api in a future commit. Signed-off-by: Christian Stewart <[email protected]>
Updating x/time library as a dependency of eventually updating google.golang.org/api in a future commit. Signed-off-by: Christian Stewart <[email protected]>
Updating google.golang.org/api library to fix indirect dependency issues with older versions of OpenTelemetry. See: netbirdio#3240 Signed-off-by: Christian Stewart <[email protected]>
0f24111
to
31c1ac2
Compare
|
I can't see what dependency made snyk fail - any guidance? @lixmal Thanks! |
@lixmal Those say that it was fixed in protobuf version 1.33.0 but we are using version 1.36.4 here. So, the fix should already be included. Any ideas why snyk is thinking we have google.golang.org/protobuf less than 1.33.0? I think this is a false positive: https://github.com/googleapis/google-cloud-go/blob/main/compute/metadata/go.mod cloud.google.com/go/compute/metadata does not import google.golang.org/protobuf at all. |
@mlsmaycon do you know how to fix these? I think we had that before |
Updating google.golang.org/api library to fix indirect dependency issues with older versions of OpenTelemetry.
See: #3240
This PR also includes required updates to dependencies of google.golang.org/api separated into one commit per dependency.