Skip to content

Add vendor operation for Go, Cargo, Bundler, and rebar3#5

Merged
andrew merged 1 commit intomainfrom
add-vendor-operation
Feb 8, 2026
Merged

Add vendor operation for Go, Cargo, Bundler, and rebar3#5
andrew merged 1 commit intomainfrom
add-vendor-operation

Conversation

@andrew
Copy link
Contributor

@andrew andrew commented Feb 8, 2026

Adds CapVendor capability and Vendor() method to the Manager interface, with YAML definitions for the five managers that support vendoring:

  • gomod: go mod vendor
  • cargo: cargo vendor
  • bundler: bundle cache
  • rebar3: rebar3 vendor
  • pip: pip download -r requirements.txt -d vendor

@andrew andrew force-pushed the add-vendor-operation branch from c1ef0e2 to a9e3af2 Compare February 8, 2026 14:47
@andrew andrew merged commit 2f87105 into main Feb 8, 2026
2 checks passed
andrew added a commit that referenced this pull request Feb 12, 2026
The vendor command was added in #5 but the README wasn't updated to
document it.
andrew added a commit that referenced this pull request Feb 12, 2026
The vendor command was added in #5 but the README wasn't updated to
document it.
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.

1 participant