mirror of
https://github.com/XTLS/RealiTLScanner.git
synced 2026-09-24 23:28:01 +03:00
11 lines
206 B
AMPL
11 lines
206 B
AMPL
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
|
|
)
|