fix: add config and logger, cleanup

This commit is contained in:
sajadMRjl
2026-01-28 03:07:06 +03:30
parent 5b5b992754
commit 476aa90968
9 changed files with 228 additions and 118 deletions

6
go.mod
View File

@@ -2,7 +2,11 @@ module find-me-internet
go 1.25.6
require github.com/gvcgo/vpnparser v0.2.7
require (
github.com/gvcgo/vpnparser v0.2.7
github.com/joho/godotenv v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
)
require (
atomicgo.dev/cursor v0.1.1 // indirect