fix: 更新版本

This commit is contained in:
spiritlhl
2025-07-28 01:57:45 +00:00
parent 6ae2216dcd
commit 1644ce2bab
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ func main() {
fmt.Println(model.Version)
return
}
fmt.Println("项目地址:", "https://github.com/oneclickvirt/portchecker")
fmt.Println("Repo:", "https://github.com/oneclickvirt/portchecker")
res := email.EmailCheck()
fmt.Println(res)
}

2
go.mod
View File

@@ -1,3 +1,3 @@
module github.com/oneclickvirt/portchecker
go 1.22.4
go 1.24.5