-
build: use git+https for inter-lib deps (docker ssh limitation)
released this
2026-07-21 02:25:06 +00:00 | 3 commits to main since this releasedocker builds can't use git+ssh (no ssh key / agent in the build), so the inter-lib
dependency references move to git+https (repos are public, anonymous clone). pins are
unchanged in target; bump to 1.0.2 so the https dependency spec ships under a new tag.
README install lines intentionally keep the ssh form for local/dev use.Signed-off-by: disqualifier dev@disqualifier.me
Downloads