v0.2.23 has wrong module path in go.mod #3

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

v0.2.23 declares its module path as github.com/drummonds/go-luca instead of codeberg.org/hum3/go-luca.

This breaks any downstream project trying to update:

go: codeberg.org/hum3/go-luca@latest (v0.2.23) requires codeberg.org/hum3/go-luca@v0.2.23: parsing go.mod:
	module declares its path as: github.com/drummonds/go-luca
	        but was required as: codeberg.org/hum3/go-luca

The go.mod module line needs to be codeberg.org/hum3/go-luca, then re-tag v0.2.24 (or v0.2.23 if the proxy hasn't cached it yet — but it likely has).


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

v0.2.23 declares its module path as `github.com/drummonds/go-luca` instead of `codeberg.org/hum3/go-luca`. This breaks any downstream project trying to update: ``` go: codeberg.org/hum3/go-luca@latest (v0.2.23) requires codeberg.org/hum3/go-luca@v0.2.23: parsing go.mod: module declares its path as: github.com/drummonds/go-luca but was required as: codeberg.org/hum3/go-luca ``` The go.mod module line needs to be `codeberg.org/hum3/go-luca`, then re-tag v0.2.24 (or v0.2.23 if the proxy hasn't cached it yet — but it likely has). --- *Migrated from Codeberg: originally [#3](https://codeberg.org/hum3/go-luca/issues/3), opened 2026-03-22.*
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/go-luca#3
No description provided.