Skip to content

chore(deps): bump golang.org/x/mod to latest#1833

Merged
joaopapereira merged 2 commits into
carvel-dev:developfrom
sameerforge:bump-oss-deps
Jun 1, 2026
Merged

chore(deps): bump golang.org/x/mod to latest#1833
joaopapereira merged 2 commits into
carvel-dev:developfrom
sameerforge:bump-oss-deps

Conversation

@sameerforge

@sameerforge sameerforge commented May 25, 2026

Copy link
Copy Markdown
Contributor

Overview

This PR updates several key OSS dependencies across the codebase to pull in upstream security fixes, maintain toolchain compliance, and clean up our module graph tracking.

Changes Included

  • Upgraded github.com/blang/semver to v4.0.0: Migrated the package from the legacy, +incompatible v3.5.1 track to the modern v4.0.0 track. This required updating the module import path to github.com/blang/semver/v4 across all codebase consumers to comply with Go's semantic import versioning requirements.
  • Bumped carvel.dev/vendir to v0.45.4: Aligns kapp-controller with the latest stable release of vendir.
  • Upgraded golang.org/x/mod: Bumps core Go module utilities to their latest stable releases.

Verification Done

  • Ran go mod tidy and go mod vendor to cleanly regenerate the vendor tree.
  • Verified that all refactored semver imports compile correctly and pass static analysis.

@sameerforge sameerforge changed the title chore(deps): bump golang.org/x/mod to latest DNM : chore(deps): bump golang.org/x/mod to latest May 25, 2026
@sameerforge

Copy link
Copy Markdown
Contributor Author

needs carvel-dev/ytt#989, carvel-dev/kbld#595 & carvel-dev/imgpkg#785 merged first.

Signed-off-by: Sameer <sameer.khan@broadcom.com>
Signed-off-by: Sameer <sameer.khan@broadcom.com>
@sameerforge sameerforge changed the title DNM : chore(deps): bump golang.org/x/mod to latest chore(deps): bump golang.org/x/mod to latest Jun 1, 2026
@sameerforge

Copy link
Copy Markdown
Contributor Author

@joaopapereira Please review.

@joaopapereira joaopapereira left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@joaopapereira joaopapereira merged commit cb4fbdc into carvel-dev:develop Jun 1, 2026
12 checks passed
@github-project-automation github-project-automation Bot moved this to Closed in Carvel Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed

Development

Successfully merging this pull request may close these issues.

3 participants