add geoip

This commit is contained in:
juzeon
2024-02-13 11:21:15 -05:00
committed by yuhan6665
parent 91ff8272c7
commit 9bf9dfaf7f
7 changed files with 90 additions and 16 deletions
+7
View File
@@ -1,3 +1,10 @@
module github.com/xtls/RealiTLScanner
go 1.21
require github.com/oschwald/geoip2-golang v1.9.0
require (
github.com/oschwald/maxminddb-golang v1.12.0 // indirect
golang.org/x/sys v0.17.0 // indirect
)