You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: migrate hyphence go module to code.linenisgreat.com (go/v0.3.0)
github.com/amarbel-llc/hyphence/go -> code.linenisgreat.com/hyphence/go,
following hyphence's forge-canonical rename (tag go/v0.3.0). Mechanical
rewrite via bin/rename-go-module.bash: go.mod require line, the internal
hyphence facade's doc comment + import, and the gomod.nix goFlakeInputs
bridge key (RFC 0001) — verified no old-path references remain outside
generated files.
- go.mod: hyphence bumped to code.linenisgreat.com/hyphence/go@v0.3.0
via `go mod edit -require=...` (proxy pre-flight on a just-tagged
module is unreliable per the playbook).
- go.mod: madder bumped to c52fe2e (`go get .../madder/go@c52fe2e`),
the first master rev requiring hyphence's new path — madder's own
module path is not renamed yet, so this stays github.com/amarbel-llc.
`go mod tidy` confirms no lingering old-path hyphence anywhere in the
graph (go.sum clean).
- flake.lock: `nix flake update hyphence madder` (only these two root
inputs touched — verified via node diff). hyphence's bump introduced
a langlang (rust guest-filter) subtree with its own tap->crane/
rust-overlay chain, colliding with dodder's own tap input and
doubling the lock (crane_2/rust-overlay_2). Added deep-follows lines
in flake.nix collapsing hyphence's nested tap onto dodder's own tap,
mirroring the exact shape madder already uses for the same collision.
- go/gomod2nix.toml: regenerated via `just go/build-nix-gomod`.
- `nix fmt`: no further changes (no import-order churn this time).
- Full gate (`just`: lint + build + test, incl. bats) green.
Follows docs/plans/2026-07-19-go-module-rename-playbook.md.
🤡 Generated with Clown 0.3.22+dirty (https://code.linenisgreat.com/clown/commit/dirty)
0 commit comments