Rename Go module path to the Forgejo URL #45
Labels
No labels
burndown-2026-06
sunday-sprint
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/cli-guard#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rename Go module path to the Forgejo URL
coily resolves cli-guard as
github.com/coilysiren/cli-guard, which Go fetches via proxy.golang.org -> GitHub. The Forgejo->GitHub push-mirror lags (see #36), so a freshly-landed Forgejo commit is not fetchable by consumers until the mirror catches up. Sourcing the module from Forgejo directly removes that dependency entirely: Forgejo serves thego-importmeta forforgejo.coilysiren.me/coilyco-flight-deck/cli-guard, so Go'sdirectmode clones straight from canonical.Scope
module github.com/coilysiren/cli-guard->module forgejo.coilysiren.me/coilyco-flight-deck/cli-guardin go.mod..gofiles.godoc-current.txt; update any docs that cite the import path.Consumers set
GOPRIVATE=forgejo.coilysiren.me(Forgejo is not in sum.golang.org) and require the Forgejo module path. Companion change in coily.