This repository was archived by the owner on Sep 18, 2025. It is now read-only.
v0.2.1-dev – go install unsupported
Pre-release
Pre-release
This release formally documents and accepts that go install is not supported for vultool due to Go module security rules.
- Replace directives - are main-module-only by design, making
go installimpossible with current upstream dependencies - Reverted to original
mobile-tss-libwith minimalreplacedirectives for reliable local builds - Updated README- with clear
git clone + buildinstructions - Added explanation of why
go installfails, to help future developers - Retained all architectural learnings from the go install exploration for future reference
Outcome:
- Local build process remains stable across Linux, macOS, and Windows
- Developers have clear, honest installation steps
- Documentation now includes the "why" behind the limitation