Skip to content

Vendor Go dependencies#45

Open
alan-botts wants to merge 1 commit intomasterfrom
vendor-dependencies
Open

Vendor Go dependencies#45
alan-botts wants to merge 1 commit intomasterfrom
vendor-dependencies

Conversation

@alan-botts
Copy link
Copy Markdown
Collaborator

Summary

  • Vendor all Go dependencies into the vendor/ directory using go mod vendor
  • Enables reproducible builds without network access
  • Pins exact dependency versions in the repository for auditability

Test plan

  • Verify go build -mod=vendor ./... succeeds
  • Verify go vet -mod=vendor ./... passes
  • Confirm vendored dependencies match go.sum checksums

🤖 Generated with Claude Code

Pin all Go dependencies in the vendor directory so builds are
reproducible without network access and dependency versions are
explicitly tracked in the repository.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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