v0.2.23 has wrong module path in go.mod #3
Loading…
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?
v0.2.23 declares its module path as
github.com/drummonds/go-lucainstead ofcodeberg.org/hum3/go-luca.This breaks any downstream project trying to update:
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.