This commit is contained in:
2023-06-05 00:52:34 +08:00
parent 06271ebaf6
commit 675c7e4745
23 changed files with 12718955 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module checkIP
go 1.20
require (
github.com/IncSW/geoip2 v0.1.2 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
)