fix: rename manager module to git.zkcoi.com/zkcoi/Meshray-Manager

- go.mod module path matches repo zkcoi/Meshray-Manager (case-distinct from zkcoi/Meshray/core)
- rewrite internal imports meshray/{internal,web,pkg} -> Meshray-Manager/... (core refs kept)
- sync README.md / install.sh repo URLs; add CHANGELOG entry
This commit is contained in:
2026-07-15 16:25:46 +08:00
parent 59e3059246
commit e9ca2f7d70
43 changed files with 107 additions and 87 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
module git.zkcoi.com/zkcoi/meshray
module git.zkcoi.com/zkcoi/Meshray-Manager
go 1.26.0
// meshray-core module
replace git.zkcoi.com/zkcoi/meshray-contract => ./pkg/contract
// meshray frp + 9 wireguard
// git.zkcoi.com/zkcoi/meshray/core meshray
// meshray frp + 9 zkcoi/Meshray wireguard
// git.zkcoi.com/zkcoi/meshray/core Meshray Meshray-Manager
// replace wg-go corebind
replace git.zkcoi.com/zkcoi/meshray/core => ../Meshray