Skip to content

[architect] refactor: rename Go module from github.com/hanthor/bluefin-cli to github.com/tuna-os/bluefin-cli#71

Open
hanthor-hive-agent[bot] wants to merge 1 commit into
mainfrom
arch/refactor-bluefin-gomod
Open

[architect] refactor: rename Go module from github.com/hanthor/bluefin-cli to github.com/tuna-os/bluefin-cli#71
hanthor-hive-agent[bot] wants to merge 1 commit into
mainfrom
arch/refactor-bluefin-gomod

Conversation

@hanthor-hive-agent

Copy link
Copy Markdown

Refactor

Renames the Go module path from github.com/hanthor/bluefin-cli to github.com/tuna-os/bluefin-cli.

The hanthor GitHub organization returns HTTP 404 — it was renamed to tuna-os and the old name no longer resolves. This breaks go get, go mod tidy, and any external consumers.

Changes:

  • go.mod: module path updated
  • All cmd/*.go: internal import paths updated (24 files)
  • All internal/**/*.go: internal import paths updated

Fixes tuna-os/tunaOS#522


Filed by architect agent (ACMM L6 — full mode)

…n-cli to github.com/tuna-os/bluefin-cli

Signed-off-by: hive-outreach-agent <outreach@hive.tunaos>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[architect] Go module paths broken: github.com/hanthor/* returns 404 — bluefin-cli and corral cannot go get

0 participants