Migrate Go module path from github.com/drummonds/lofigui to codeberg.org/hum3/lofigui #3

Open
opened 2026-08-07 14:23:33 +00:00 by hum3 · 0 comments
Owner

The go.mod still declares module github.com/drummonds/lofigui. This prevents downstream projects (e.g. gobank) from importing via the Codeberg path.

All other hum3 modules (go-luca, go-postgres, gotreesitter, gobanks-customers, gobank-products) have already migrated their module declarations to codeberg.org/hum3/....

Steps:

  1. Update go.mod module declaration to codeberg.org/hum3/lofigui
  2. Update any internal import paths
  3. Tag a new release

Migrated from Codeberg: originally #3, opened 2026-03-24.

The go.mod still declares `module github.com/drummonds/lofigui`. This prevents downstream projects (e.g. gobank) from importing via the Codeberg path. All other hum3 modules (go-luca, go-postgres, gotreesitter, gobanks-customers, gobank-products) have already migrated their module declarations to `codeberg.org/hum3/...`. Steps: 1. Update `go.mod` module declaration to `codeberg.org/hum3/lofigui` 2. Update any internal import paths 3. Tag a new release --- *Migrated from Codeberg: originally [#3](https://codeberg.org/hum3/lofigui/issues/3), opened 2026-03-24.*
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
hum3/lofigui#3
No description provided.