fix: https://github.com/komari-monitor/komari/issues/248 使用中文域名进行自动发现无法链接面板

This commit is contained in:
Akizon77
2025-11-04 14:55:48 +08:00
parent 3f945ea1e3
commit 77dbb9e487
5 changed files with 84 additions and 5 deletions

5
go.mod
View File

@@ -13,6 +13,7 @@ require (
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/shirou/gopsutil/v4 v4.25.6
github.com/spf13/cobra v1.9.1
golang.org/x/net v0.38.0
golang.org/x/sys v0.33.0
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
)
@@ -34,7 +35,7 @@ require (
github.com/ulikunitz/xz v0.5.9 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/text v0.26.0 // indirect
)