chore: reduce internal dependencies of the ntp package

This commit is contained in:
wwqgtxx
2025-10-27 17:29:57 +08:00
parent 85c56e7446
commit ff62386f6b
6 changed files with 37 additions and 25 deletions

View File

@@ -39,7 +39,7 @@ import (
"github.com/metacubex/mihomo/listener/inner"
"github.com/metacubex/mihomo/listener/tproxy"
"github.com/metacubex/mihomo/log"
"github.com/metacubex/mihomo/ntp"
"github.com/metacubex/mihomo/ntp/ntp"
"github.com/metacubex/mihomo/tunnel"
)