fix: update core dependency path to git.zkcoi.com/zkcoi/meshray (drop /core)

- go.mod require/replace git.zkcoi.com/zkcoi/meshray/core -> git.zkcoi.com/zkcoi/meshray
- .go imports meshray/core/{engine,connect} -> meshray/{engine,connect} (5 files)
- sync CHANGELOG + adapter.go comments
This commit is contained in:
2026-07-15 16:37:03 +08:00
parent e9ca2f7d70
commit 7cbe063ac1
6 changed files with 29 additions and 11 deletions
+3 -3
View File
@@ -6,13 +6,13 @@ go 1.26.0
replace git.zkcoi.com/zkcoi/meshray-contract => ./pkg/contract
// meshray frp + 9 zkcoi/Meshray wireguard
// git.zkcoi.com/zkcoi/meshray/core Meshray Meshray-Manager
// git.zkcoi.com/zkcoi/meshray Meshray Meshray-Manager
// replace wg-go corebind
replace git.zkcoi.com/zkcoi/meshray/core => ../Meshray
replace git.zkcoi.com/zkcoi/meshray => ../Meshray
require (
git.zkcoi.com/zkcoi/meshray-contract v0.0.0
git.zkcoi.com/zkcoi/meshray/core v0.0.0
git.zkcoi.com/zkcoi/meshray v0.0.0
github.com/BurntSushi/toml v1.4.0
github.com/getlantern/systray v1.2.2
github.com/gin-gonic/gin v1.12.0