Skip to content

Update dependencies in go.mod and go.sum#339

Merged
tanmay-hc merged 1 commit into
mainfrom
authorization-bypass
Mar 28, 2026
Merged

Update dependencies in go.mod and go.sum#339
tanmay-hc merged 1 commit into
mainfrom
authorization-bypass

Conversation

@sanyaraj2424

Copy link
Copy Markdown

This pull request updates several dependencies in the go.mod file for the packer-plugin-googlecompute module. The main focus is on upgrading libraries to newer versions, which brings in bug fixes, security patches, and new features. No code logic changes are included—these are version bumps to keep the project up-to-date and compatible with upstream changes.

Dependency updates:

Direct dependency upgrades:

  • Upgraded cloud.google.com/go/compute/metadata from v0.7.0 to v0.9.0.
  • Upgraded golang.org/x/oauth2 from v0.30.0 to v0.34.0.
  • Upgraded google.golang.org/grpc from v1.73.0 to v1.79.3.

Indirect and instrumentation-related upgrades:

  • Upgraded OpenTelemetry and related dependencies, including go.opentelemetry.io/otel and go.opentelemetry.io/contrib/detectors/gcp, to their latest versions.
  • Updated various Google and Envoy libraries, such as github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp, github.com/envoyproxy/go-control-plane/envoy, and google.golang.org/protobuf, to newer versions.

@sanyaraj2424 sanyaraj2424 requested a review from a team as a code owner March 28, 2026 12:28
@tanmay-hc tanmay-hc merged commit 2657ce0 into main Mar 28, 2026
12 checks passed
@tanmay-hc tanmay-hc deleted the authorization-bypass branch March 28, 2026 12:34
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.

2 participants