Skip to content

[codex] Update module import path - #17

Merged
structName merged 2 commits into
mainfrom
codex/tor-proxy-chain-support
Jun 12, 2026
Merged

[codex] Update module import path#17
structName merged 2 commits into
mainfrom
codex/tor-proxy-chain-support

Conversation

@structName

Copy link
Copy Markdown
Owner

Summary

  • Update the Go module path from github.com/xiaobei/singbox-manager to github.com/structName/sing-box-manager-gui.
  • Rewrite internal imports to use the current repository path, including the ignored-but-tracked cmd/sbm entrypoint.

Why

The repository remote is structName/sing-box-manager-gui, but go.mod and internal imports still used the original xiaobei/singbox-manager path. Inside the local module those imports resolved locally, but the mismatch was confusing and could cause Go tooling to suggest pulling packages from the old upstream path.

Impact

This is a mechanical module/import path update. Runtime behavior should be unchanged.

Validation

  • rg --no-ignore "github.com/xiaobei/singbox-manager" returned no remaining Go/module path references.
  • go test ./... passed.

@structName
structName marked this pull request as ready for review June 12, 2026 04:46
@structName
structName merged commit e429cc3 into main Jun 12, 2026
1 check passed
@structName
structName deleted the codex/tor-proxy-chain-support branch June 12, 2026 04:46
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.

1 participant