diff --git a/cmd/main.go b/cmd/main.go index dcd868e..9e02a19 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -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) } diff --git a/go.mod b/go.mod index 5b12532..3d6484d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/oneclickvirt/portchecker -go 1.22.4 +go 1.24.5