mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
With the previous order, `go mod vendor` populated vendor/ from the current go.mod, and only then did `go mod tidy` prune it. If tidy changed go.mod, vendor/ was left matching the pre-tidy state, so a single run could leave vendor/modules.txt inconsistent with go.mod (it took a second run to converge). Tidying first settles go.mod/go.sum, then vendor rebuilds vendor/ to match in one pass. This applies both to the `vendor` recipe (justfile and Makefile) and to scripts/bump_lazycore.sh. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bisect.sh | ||
| bump_lazycore.sh | ||
| bump_modules.sh | ||
| check_commit.sh | ||
| check_filenames.sh | ||
| check_for_fixups.sh | ||
| gofumpt-check.sh | ||
| gofumpt-tool.sh | ||
| golangci-lint-shim.sh | ||
| just_e2e_completion.zsh | ||
| preview_release_notes.sh | ||
| record_demo.sh | ||
| run_integration_tests.sh | ||
| update_docs_for_release.sh | ||
| update_language_files.sh | ||