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
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"net"
"sync"
"git.zkcoi.com/zkcoi/meshray/core/engine"
"git.zkcoi.com/zkcoi/meshray/engine"
"golang.zx2c4.com/wireguard/conn"
"go.uber.org/zap"
)